Skip to content

codyjdalton/litstack-seed

Repository files navigation

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