Skip to content

Zubair94/express-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Typescript REST API Boilerplate

A REST API Boilerplate made with express, typescript with authentication by jwt.

Development server

Run npm run dev:nodemon for a dev server. Navigate to http://localhost:8080/api/v1. The app will automatically reload if you change any of the source files using nodemon.

Webpack Compile and Production

Run npm run compile to compile the project with webpack. Run NODE_ENV=production node dist/server.js to run the project in Node Production

About

Express Typescript REST API Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published