Template to start a new web-application (Docker+Rollup+Typescript)!
- Server/Client
- Docker
- node:latest
- nginx:latest
- Express
- TSLint + Prettier
- Recommended VSCode-extensions
- VSCode debugging
- Rollup
- WebSocket channel
- i18n via ttag
Provide a secrets.json file with the necessary parameters to run the application (see minimum options): The options for debug-version lies in src/server-directory: { "port": 3001, "portWebSockets": 8080, "baseUrl": "http://localhost/", "prodPath": "/app/dist/prod/", "production": false }
Cmd+Shift+P
Terminals:Run
Starting devenv
npm run devenv
http://localhost