Template for websites with express js framework and typescript support
Run commands with yarn or npm
yarn <command>
npm run <command>
| Command | Description |
|---|---|
| dev | Watch and live update application on change |
| build | Build ts files to |
| build:watch | Build ts files and watch for changes |
| start | Start application from built files |