Svelte driven Pokédex that is lightning fast and easy to hack on
Note that you will need to have Node.js installed.
Install the dependencies...
cd quickdex
npm install
...then start webpack:
npm run dev
Navigate to localhost:8080. You should see quickdex running. Edit a component file in src
, save it, and the page should reload with your changes.