This repository contains a Docker image that includes all the necessary dependencies to run a minimal Node.js server using TypeScript and Webpack bundling. With this image, you can easily build and run a server on any machine that has Docker installed. Using TypeScript and Webpack bundling ensures that your server will be efficient and reliable, while also making it easy to manage your codebase.
- Client-side: TypeScript v4
- Server-side: TypeScript v4, Node.js v18, Express v4
Server-side:
- Node.js v.18
- Npm v.9
- TLS/SSL is not supported, instead it should be implemented by platform router or reverse-proxy
Client-side:
- IE browser is not supported
bungubot/boilerplate-nodejs-minimal
Production build:
$ npm run buildDevelopment build:
$ npm run dev:buildStart server:
$ npm start
# or
$ ./bin/start.sh