Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

sloria/simplist

Repository files navigation

Simplist

Build Status Greenkeeper badge

One-click, collaborative lists.

A work in progress

This is a rough work yet, but here's a preview: http://simplist.sloria.com

Development

Simplist is comprised of a client-side SPA built with React.js and a server-side service built with Hapi.js.

  • Run MongoDB using docker-compose
docker-compose up -d
  • Clone this repo, install dependencies, and create a .env file.
git clone https://github.com/sloria/simplist.git
cd simplist
yarn install
cp .env.example .env
  • Run the app. The following app will start up both the client- and server-side apps in development mode.
# Run the app
yarn run start:dev

Running tests

# Run all tests
yarn test

# Only run client tests
yarn run test:client

# Only run server tests
yarn run test:server

# Run server tests with debugging
yarn run test:server:debug

License

MIT Licensed