Starter template for rapidly leveraging typescript express REST and/or graphQL
- Run
npm i
from the root directory in a terminal window. Perform this step before running, testing, or building
- Run
npm run dev
from the root directory in a terminal window
- Run
npm test
from the root directory in a terminal window
- Run
npm run build
from the root directory in a terminal window - Run
npm start
from the root directory in a terminal window