Pokemon DashBoard

Developed using Reactjs coupled with Nextjs, Typescript and TailwindCss.


Build and run project:

yarn start 
or
npm start

Build project only:

yarn build
or
npm build

Run local server with debugging attached:

yarn dev

or

npm dev

Create production-ready image and run locally:

yarn docker:run

or

npm run

Create production-ready image only:

yarn docker:image 

or

npm start

Project Demo

https://pokedex-dashboard-beta.vercel.app/