Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 682 Bytes

File metadata and controls

17 lines (10 loc) · 682 Bytes

TutorFast Backend

Installation

run npm install or yarn to install the npm packages.

Running local server

run npm run dev or yarn dev for the dev server and file watching. the dev script will watch the src directory, automatically recompile files and automatically restart server when comilation is complete.

run npm start or yarn start to get a naked static production server running locally.

References