Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 149 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 149 Bytes

Scotch HTTP NG2

To start server

cd server
npm install
npm start

To start client

cd client
npm install
npm start