Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurci/app-template-empty
Empty TS application template
https://github.com/laurci/app-template-empty
Last synced: 30 days ago
JSON representation
Empty TS application template
- Host: GitHub
- URL: https://github.com/laurci/app-template-empty
- Owner: laurci
- Created: 2022-10-22T17:34:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:22:41.000Z (about 2 years ago)
- Last Synced: 2024-10-30T06:27:22.352Z (3 months ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {name}
## Building and runnning
To build the project run `yarn build`. The outputs of the build will be available in the `dist` directory. To watch the source and build on change run `yarn build --watch`.
The project targets Node as it's runtime, so it's as easy as `node .` to run it. (This starts `dist/index.js`).