Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 778 Bytes

Build Status Coverage Status

Litstack Seed

About

A simple seed project using Litstack framework. Use it for reference or clone and change it as necessary.

View the demo

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