A simple seed project using Litstack framework. Use it for reference or clone and change it as necessary.
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