diogocampos / ts-seed-backend

Seed project for backend, developed with Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Seed project for backend, developed with Typescript


Languages

Language:TypeScript 83.2%Language:JavaScript 16.1%Language:Dockerfile 0.7%