Node.js email service written in Typescript.
- Run
npm install -g typescript. - Run
npm install typescript-eslint-parser -g. - Run
npm i eslint-config-airbnb-base -g. - Run
npm i eslint-plugin-import@latest -g. - Clone this repo.
- Run
npm installto install dependencies. - Run
npm run servefor build and serve app.
- Run
npm run buildto compile TypeScript files to JavaScript. - Run
npm startto build the project and visit http://localhost:3000/.
Or you can run just only npm run serve and visit http://localhost:3000/.
- Run
npm run lint:cito lint your code with TSLint and format code with Prettier.
- Run
npm run mochafor Mocha tests. - Run
npm run jestfor Jest tests.
- Run
npm run debugfor debug your code.
- Documentation is here.