- Start by installing all dependencies by running
npm install
- Next create a
.env
file at the root of the project and copy everything from.env.example
- copy files from
.env.example
to.env
usingcp .env.example .env
then populate it with required values where necessary.
- run
npm i
ornpm install
to install all dependencies - run
npm run dev
to start a dev server - run
npm start
in a production environment - run
npm run build
to build the ts file to js - run
npm run test
to run unit tests
- Add auth
- Write tests