Skip to content

dev-academy-challenges/boilerplate-express-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published