Skip to content

FutureStackSolution/minimum-nodejs-typescript-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal web application structure with technologies like node.js, typescript, express

This project is created to help people who wants to start creating application with the TypeScript, Node.js and Express.

How to run this project:

To run this project first you need to run following command

    npm install          <= install all the npm Dependencies
    npm start            <= It will run project on port 8000.

Directory strcture of project:

  • app.ts - Typescript files for creating express application class and where we have initilized the applcation.
  • routes.ts - Typescript files for creating all the routes under Init() Method.
  • package.json - Contains all the packages and dev dependencies required for this application. You can add more as your requirement.
  • tsconfig.json - Where all the typescript configuration is there and we converting typescript into ES5.
  • Controller Folder - Contains all the classes for controller of express application.

License

MIT

About

A minimal web application structure with technologies like node.js, typescript, express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%