A Node.js project with Express.js, MongoDB, GraphQL, and Typescript support and auto-reload.
Use npm run dev
to start a nodemon watcher over src
files.
Use npm start
to run your project without nodemon.
This project uses:
- typescript cli For TS files transpilation.
- nodemon For auto-reload project on changes.
- ts-node For execution of TS files.