Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aruntk/ts-api-boilerplate
- Owner: aruntk
- Created: 2019-07-05T19:09:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:37:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:54:28.452Z (7 months ago)
- Language: TypeScript
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.MD
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