Skip to content

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

License

Notifications You must be signed in to change notification settings

kkrishnakv/express-ts-starter

Repository files navigation

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/

About

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published