Frontend for Poke Api built with React / redux and hosted with Vercel
-
Install Node & NPM
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm install
-
Start the development server
npm start
-
Generate a full production build
npm run build