Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 116 Bytes

File metadata and controls

9 lines (7 loc) · 116 Bytes

Running the app

# start the server
$ npm run start:dev

# start the client
$ cd client && npm start