#ReactJS Archetype Redux and ReactJS Archetype
To run & work on this project you need to have the following installed:
- Make sure you have npm installed globally
- On the command prompt run the following commands
- cd
project-directory npm installnpm run dev- For development mode
- Access to http://localhost:5000/ in web browser
- Make sure you have yarn installed globally
- On the command prompt run the following commands
- cd
project-directory yarn installyarn start- For development mode
- Access to http://localhost:5000/ in web browser