- Clone the repo:
git clone https://github.com/benhurdavies/redux-form-sample.git npm install- Create
.env.development.localfile from.env.exampleand edit as necessary npm startto Run client app and test server together.npm run clientto Run client app alone.npm run serverto Run test server app alone.
- Visit http://localhost:3000
- The environment variable used in react app is
REACT_APP_SERVER_URL=http://localhost:3050 - To run test
npm test
Note: By default the client app and test server app use port 3000 and 3050 respectively.