A Pokedex built with React and Next.js as a universal webapp (SSR).
Make sure you have the latest Stable or LTS version of Node.js installed.
git clone https://github.com/cosivox/pokedex.git
cd pokedex
- Run
npm install
- Build the server using
npm run build
- Start the server using
npm run start
- After that it will automatically open default browser and running in http://localhost:3000