Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 640 Bytes

Exchange app

Exchange app based on my React-Redux-Starter-Kit

How to run (npm)

  1. git clone https://github.com/CheerfulYeti/Exchange.git
  2. npm i
  3. npm start - run frontend
  4. npm run start-s - run test backend

How to run (yarn)

  1. git clone https://github.com/CheerfulYeti/Exchange.git
  2. yarn install
  3. yarn start - run frontend
  4. yarn start-s - run test backend

Test API server

You can add JSON-responses to src/api/stuband 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