Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`).