lostintime / express-ts-seed

Restful API seed project, using https://expressjs.com/ and http://www.typescriptlang.org/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express TypeScript API Seed

Restful API seed project, using express and typescript.

Getting Started

1. Clone project

git clone --depth 1 git@github.com:lostintime/express-ts-seed.git

Or using https:

git clone --depth 1 https://github.com/lostintime/express-ts-seed.git

then enter project folder

cd express-ts-seed

2. Install dependencies

npm install

3. Build

gulp build

4. Run

node dist/index.js

Check it in browser at http://localhost:3000/.

5. Add own remote

git remote rm origin
git remote add origin <put youre remoteurl here>

About

Restful API seed project, using https://expressjs.com/ and http://www.typescriptlang.org/.


Languages

Language:TypeScript 60.9%Language:JavaScript 32.3%Language:Shell 6.8%