/express-typescript-skeleton

Simple express web app skeleton in typescript

Primary LanguageTypeScript

express-typescript-skeleton

To run this app, cd to the root directory, and type the following commands:

npm install
npm start

Then open your browswer and go to http://localhost:3000.