dev-academy-challenges / boilerplate-express-ts

Express and Typescript boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate: Express with Typescript

Install

npm i

Development

npm run dev

Open the browser and navigate to http://localhost:3000

Build

To compile the code from Typescript to Javascript run:

npm run build

The compiled code will be generated under /dist

File tree

Expand to see file tree

.
├── README.md
├── dist
│   ├── index.js
│   └── index.js.map
├── package-lock.json
├── package.json
├── src
│   └── index.ts
└── tsconfig.json

About

Express and Typescript boilerplate


Languages

Language:TypeScript 100.0%