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

https://github.com/9d4/express-plate

Minimal Express template with typescript.
https://github.com/9d4/express-plate

Last synced: 8 months ago
JSON representation

Minimal Express template with typescript.

Awesome Lists containing this project

README

          

### Development

Install dependencies using npm
```
npm i
```

Run by executing dev script
```
npm run dev
```

The server port based on your .env file.

##### Building
Run `npm run build` to compile project. Output can be found in `/dist` folder.

#### Serving
Run `npm run serve` to serve the output inside `/dist` folder.