Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 252 Bytes

Backend

Simple commands

Here are basic commands for various actions:

npm install   # install all dependencies
npm run lint  # just run the linter
npm test      # run the linter and test cases
npm start     # starts the backend server