First time with React, Redux and Webpack
To start Pokedex App:
All project is compiled in public/build
, if you make some changes:
- Install Webpack globally
npm install webpack -g
- Run compilation
webpack
In localhost
, site make requests to localhost:5000
Try https://pokedex-app.herokuapp.com/ If it's delayed, it's due to Heroku, because when a application is unused, it is asleep.