Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`