Skip to content

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

License

Notifications You must be signed in to change notification settings

LeMark0/Exchange

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages