Frontend challenge with React, Redux, Webpack, Bootstrap, and Less
- If nodejs not installed, please install nodejs first. And then run:
npm install -g nodemon
- And in the project folder, run:
npm install
npm run serve
It will run in development mode at http://localhost:3000, and you can install React Developer Tools in the Chrome Store, to debug it. It will be hot loaded when you update the code.
Have fun!