An open API service indexing awesome lists of open source software.

https://github.com/codyjdalton/litstack-seed

Boilerplate REST application using Typescript and Litstack
https://github.com/codyjdalton/litstack-seed

boilerplate litstack-seed rest-api rest-client seed starter starter-kit starter-template starterkit typescript typescript-library

Last synced: about 1 year ago
JSON representation

Boilerplate REST application using Typescript and Litstack

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/codyjdalton/litstack-seed.svg?branch=master)](https://travis-ci.org/codyjdalton/litstack-seed) [![Coverage Status](https://coveralls.io/repos/github/codyjdalton/litstack-seed/badge.svg?branch=badges)](https://coveralls.io/github/codyjdalton/litstack-seed?branch=master)

# Litstack Seed

## About

A simple seed project using [Litstack framework](https://github.com/codyjdalton/litstack). Use it for reference or clone and change it as necessary.

[View the demo](https://litstack-seed.herokuapp.com/)

## Getting Started

Clone this repo

```
> git clone https://github.com/codyjdalton/litstack-seed
> cd litstack-seed
```

Install Dependencies
```
> npm install
```
Start the application
```
> npm start
```
Run tests
```
> npm test
```