Simple template for quick Node application startup
- Create
.env
file in root directory - Inside
.env
define your port e.g.PORT=8000
npm start
- run applicationnpm run build
- compile to JavaScript in emit to dist foldernpm run dev
- developer mode with automatic re-build and start on src file change