Full Stack App. Includes a few features that is used in most of the apps.
- Env using @xpresser/env
- MongoDB ready using xpress-mongo
- use.json
- Custom Request Engine.
- Repl Ready (linked to db)
- Prettier (Development)
- Clone Or Download
- copy
env.example
to.env
- Run
yarn
ornpm
install. - Run
npm run ts-dev
oryarn run ts-dev
- check config in config.ts
- Read Xpresser Documentation
- start: Builds file and runs built file.
- build: Build Typescript files
- ts-watch: Compile typescript in realtime while watching or changes.
- ts-dev: Start app in typescript mode.
- js-dev: Uses
nodemon
to run the built file. This is useful when using tsc watch.
Please, Star Project :) Thank you so much.