jungrishi / ts-node-express-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript NodeJS Starter Project

Starter Project for TypeScript, NodeJS and Express.

Installation

Clone the repository, install the dependencies and get started right away. Make sure you already have nodejs, npm and yarn installed in your system.

$ yarn

Configuration

Create a .env file for application specific environment variables and update it according to your env specific params.

$ cp .env.example .env

Migrations

You'll need to run migrations to get your database ready.

# Run Migration
$ yarn migrate

Local Development

Run the server locally using nodemon on typescript watch mode.

$ yarn start # or npm start

Production

First, build the application.

$ yarn transpile # or npm run transpile

License

Licensed under MIT License.

About


Languages

Language:TypeScript 91.0%Language:JavaScript 9.0%