Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/witsawa-corporation/node-ts-boilerplate

nodejs with typescript boilerplate
https://github.com/witsawa-corporation/node-ts-boilerplate

boilerplate express hacktoberfest mongoose nodejs ts typescript

Last synced: about 1 month ago
JSON representation

nodejs with typescript boilerplate

Awesome Lists containing this project

README

        

# node-ts-boilerplate

Develop API with TypeScript and runner is Node.js

## How to develop

before develop please prepare MongoDB

- run `cp .env.production .env` and edit your environment
- run `yarn` for install package
- run `yarn start` for start server
- open in browser

## How to change config

set environment in `app/lib/env.ts` and fix config in `.env.[NODE_ENV]` such as `.env.production`