A minimalist typescript based boilerplate for uWebsockets.js framework.
Clone the repository and do,
$ npm install- Serving
$ npm startDevelopment serve.$ npm run start:prodProduction serve.
- Building
$ npm run build:devTake a development build todevdirectory.$ npm run build:prodTake a production build todistdirectory.
- HMR
$ npm run start:hmrRun in hot module reload mode. Note: Hot reloading of the server routes are currently buggy due some limitation in destroying the uws instance.
- Webpack configuration for HMR, serve and build.
- Eslint.
- Typescript.
- Build separation for production and development.
- .env Support (rename sample.env to .env)
- The boiler plate is under MIT licensing without any restrictions, But follow the licensing for dependencies separately.