/typescript-node-express

A minimal Node.js/Express app written in TypeScript.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

typescript-node-express

A minimal Node.js/Express app written in TypeScript.

NOTE: If you want to deploy the app to AWS Elastic Beanstalk, see typescript-node-express-aws-eb.

Quickstart

Install with

npm install

and run with

npm start

Then open your browser and load http://localhost:8080/.

To get rid of generated files, run

npm run clean

License

This software is distributed under the terms of the GNU General Public License v3.