Demo: https://buriti8.github.io/pokedux/
Clone the repository
git clone https://github.com/buriti8/pokedux.git
cd pokedux
Install dependencies:
npm install
Now, you can start a local web server by running:
npm run dev
And then open http://127.0.0.1:5173/ to view it in the browser.
In this project, you can run the following scripts:
| Script | Description |
|---|---|
| npm run dev | Runs the app in the development mode. |
| npm run build | Builds the app for production to the dist folder. |
| npm run preview | Builds the app for production to the dist folder. |
This project is licensed under the terms of the MIT license.