Ad4mJ / express-typescript-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-typescript-boilerplate

My cool TypeScript app

Install It

npm install

Run It

Run in development mode:

npm run dev

Run in production mode:

npm run compile
npm start

Try It

  • Point you're browser to http://localhost:3000
  • Invoke the example REST endpoint curl http://localhost:3000/api/v1/examples

About


Languages

Language:HTML 47.5%Language:TypeScript 47.4%Language:JavaScript 5.1%