Skip to content
/ dev-template Public template

Template to start a new web-application (Docker+Rollup+Typescript)

Notifications You must be signed in to change notification settings

rpfeifer-soft/dev-template

Repository files navigation

Development template

Template to start a new web-application (Docker+Rollup+Typescript)!

GitHub package.json version GitHub last commit GitHub Workflow Status

Contents

  • Server/Client
  • Docker
    • node:latest
    • nginx:latest
  • Express
  • TSLint + Prettier
  • Recommended VSCode-extensions
  • VSCode debugging
  • Rollup
  • WebSocket channel
  • i18n via ttag

Start development

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 }

Either start by using terminals extension

Cmd+Shift+P

Terminals:Run

or start the processes manually

Starting devenv

npm run devenv

open the website

http://localhost

About

Template to start a new web-application (Docker+Rollup+Typescript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published