Express Ts Starter Save

Express JS Starter pack using Typescript and configuration based JSON for different environment.

Project README

express-typescript

Express is a light-weight web application framework to help organize your web application into an MVC architecture on the server side. TypeScript enables us to develop a solid web applications using Express on Node.js.
  1. npm start
  2. It is used to run the project in development, it will reload the project while the source get changed.

  3. npm run build:prod
  4. It is used for the production build, which uses the webpack-cli for the build and provides a single output file with required additional file such as package.json, configuration files.
    The output file name and the files to copy can be managed in webpack.config.js

To run the project
  • Clone or download
  • Yarn install/npm install
  • npm start
  • http://localhost:40401/


Configure Base,Lint, Prettier, Winston Logger
JSON Based configuration
Configure Controller
SQL Helper

https://www.initpals.com/node-js/express-js-application-seed-project-with-typescript/
https://www.initpals.com/node-js/how-to-use-json-based-configuration-in-express-js/

Open Source Agenda is not affiliated with "Express Ts Starter" Project. README Source: kkrishnakv/express-ts-starter
Stars
33
Open Issues
0
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating