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.
- Host: GitHub
- URL: https://github.com/9d4/express-plate
- Owner: 9d4
- License: mit
- Created: 2021-09-13T03:59:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T14:15:35.000Z (over 4 years ago)
- Last Synced: 2025-07-30T04:45:41.830Z (11 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.