Skip to content

Latest commit

 

History

History
25 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

25 lines (9 loc) · 308 Bytes

react-babel-webpack

1. Install required packages

npm install

2. Start mock server by running

npm run-script server:run

You can stop it by running:

npm run-script server:kill

3. Now all ready, you can start front-end by running

npm run-script frontend:run