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
- Host: GitHub
- URL: https://github.com/codyjdalton/litstack-seed
- Owner: codyjdalton
- Created: 2018-05-06T00:05:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T15:43:40.000Z (over 3 years ago)
- Last Synced: 2025-01-30T12:15:24.696Z (over 1 year ago)
- Topics: boilerplate, litstack-seed, rest-api, rest-client, seed, starter, starter-kit, starter-template, starterkit, typescript, typescript-library
- Language: TypeScript
- Homepage: https://litstack-seed.herokuapp.com/
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/codyjdalton/litstack-seed) [](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
```