Base project obtained from Redux?
There are two methods for getting started with this repo.
Checkout this repo, install dependencies, then start the gulp process with the following:
If you want to check the original project:
> git clone https://github.com/StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start
If you want to check the final version of my project:
> git clone https://github.com/MartinLuccanera/myAppFrontEnd.git
> cd ReduxSimpleStarter
> npm install
> npm start
Click original template or my project and then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
Current project is being developed at FrontEnd BackEnd
> npm install
> npm start
Click here