Skip to content

d8paul/expressjs-typescript

 
 

Repository files navigation

ExpressJS and TypeScript - a simple project template

Instructions:

  1. Clone this repo
  2. Run npm install
  3. Create a .env file (see .env.sample for an example)
  4. Run npm start
  5. Visit localhost:8080

To run in debug mode, simply hit F5

You should have a simple express js app running, you can now edit the code in the src folder, and see it reflect in your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.1%
  • HTML 34.9%