Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clairefro/my-no-bs-ts-express-starter
No frills, jump in.
https://github.com/clairefro/my-no-bs-ts-express-starter
Last synced: 3 days ago
JSON representation
No frills, jump in.
- Host: GitHub
- URL: https://github.com/clairefro/my-no-bs-ts-express-starter
- Owner: clairefro
- Created: 2021-06-20T23:53:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T13:26:05.000Z (over 3 years ago)
- Last Synced: 2025-01-10T02:18:04.322Z (6 days ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Claire's no-BS Typescript + Express starter
### Comes with
- eslint
- prettier
- typescript
- ts-node (dev)
- nodemon### Install
`yarn install`
### Run dev server
`yarn start`
### Build + serve
`yarn build && yarn serve`