/typestart

Typescript + Express JumpStart Project

Primary LanguageTypeScript

typestart

Typescript + Express JumpStart Project

git clone https://github.com/jcirizar/typestart.git
cd typestart
npm install

Develop

Run server and reload on changes

npm run server

Run tests

npm test

Build

npm run build