1752756228 / free-charity-express

Backend REST Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express-Typescript

Provides you with a lightweight implementation of Express that uses Typescript, Babel and Webpack.

Download & Setup

git clone https://github.com/Acinate/express-typescript.git
cd express-typescript
npm install

Run in Development mode

For use in development. Visit http://localhost:3000 to interact with server.

npm run dev

Run in Production mode

For use in development. Visit http://localhost:3000 to interact with server.

npm run prod

Create Static Bundle for Deployment

For use in production. Files will be available in the /dist/ folder at project root.

npm run build

About

Backend REST Server


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%