/ts-seed-backend

Seed project for Typescript backend

Primary LanguageTypeScript

node-ts-seed

Description

This is a project totally based in this project. I made some changes to use jest, ramda and other packages that I prefer.

Installing and testing the app

$ npm install
$ npm run test

Building production version

$ npm install
$ npm run build

The folder "lib" should be commited in master branch to install this package using git.

TSLint

$ npm install
$ npm run lint