Start your project with this starter created with Typescript.
Included support to multilanguage and params validation.
- MongoDB instaled and running
- Yarn or NPM and Node
Clone this repository
git clone https://github.com/davidsonsns/ts-server.git <project_name>
Entring inside the project folder and installing the dependencies
cd <project_name> && yarn install
Development
yarn start:dev
Production
start:prod
- Microsoft - TypeScript-Node-Starter
- Rocketseat - youtube-typescript-nodejs
- tsconfig
- adding-custom-type-definitions-to-a-third-party-library
- tutorial-international-api
This project is licensed under the MIT License.