Go to file
2022-02-23 21:33:23 +01:00
__tests__ init 2022-02-23 21:33:23 +01:00
.vscode init 2022-02-23 21:33:23 +01:00
src init 2022-02-23 21:33:23 +01:00
.eslintrc.json init 2022-02-23 21:33:23 +01:00
.gitignore init 2022-02-23 21:33:23 +01:00
babel.config.js init 2022-02-23 21:33:23 +01:00
LICENSE init 2022-02-23 21:33:23 +01:00
nodemon.json init 2022-02-23 21:33:23 +01:00
package.json init 2022-02-23 21:33:23 +01:00
README.md init 2022-02-23 21:33:23 +01:00
tsconfig.json init 2022-02-23 21:33:23 +01:00
yarn-error.log init 2022-02-23 21:33:23 +01:00
yarn.lock init 2022-02-23 21:33:23 +01:00

This project template has purpose to provite initial boilerplate to design node based microservices.

Main features:

  • Typescript
  • Dependency Injection,
  • Automatic linting
  • Jest powered unit tests

Available Scripts

npm start

Runs the app in the development mode.

App will reload if you make edits.
You will also see any lint errors in the console.

npm test

npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!