Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 305 Bytes

This is react-redux boilerplate.

to start:

  1. Install Node.js.
  2. Install yarn.
  3. In terminal run git clone https://github.com/41x/test.git.
  4. Enter directory 'test'.
  5. Run yarn.
  6. Run yarn start for development mode or yarn build for production.
  7. Open browser on 'http://localhost:3000'.