Skip to content

alemos/node-typescript-starter

Repository files navigation

TypeScript Node Starter

Node js, Typescript, Webpack starter.

Pre-reqs

To build and run this app locally you will need a few things:


Getting started

  • Clone the repository

git clone https://github.com/alemos/node-typescript-starter.git <project_name>
  • Install dependencies

cd <project_name>
npm install
  • Build and run the project

npm run serve:dev
npm run serve:prod
  • Debug app

npm run debug:chrome

Debugging in vscode, run in vscode terminal:

npm run debug:code
  • Build the app

npm run build:prod
  • Run the app

localhost:7000/api

About

Node-Typescript-Starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published