Exchange app based on my React-Redux-Starter-Kit
git clone https://github.com/CheerfulYeti/Exchange.git
npm i
npm start
- run frontendnpm run start-s
- run test backend
git clone https://github.com/CheerfulYeti/Exchange.git
yarn install
yarn start
- run frontendyarn start-s
- run test backend
You can add JSON-responses to src/api/stub
and run stub API server to test your async actions
and then run
node path/to/repo/src/api/stub/server.js
or
yarn start-s