Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aruntk/ts-api-boilerplate

Typescript API Boilerplate. Batteries included
https://github.com/aruntk/ts-api-boilerplate

Last synced: 1 day ago
JSON representation

Typescript API Boilerplate. Batteries included

Awesome Lists containing this project

README

        

# TS API Boilerplate

## Getting Started

### System Requirements
- [Node.js 8+](https://nodejs.org/en/download/)
- [yarn](https://yarnpkg.com/en)

### Starting the app
- `yarn` to install dependencies
- create .env.development to store your environment variables
- `ENV_FILE_PATH=./.env.development yarn watch` to start environment

### Version Control & Release
- to commit use `yarn commit`
- to create a release with changelog use `npx semantic-release --branch `

## Contributing
- Features and bug fixes welcome