mdauner / widget-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widget Store

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Demo

https://emocha-widget-store.herokuapp.com/

Installing

Clone repository

git clone https://github.com/mdauner/widget-store.git
cd widget-store

Install dependencies

yarn install
cd client && yarn install && cd ..

Set database url

export DATABASE_URL=...

Start server and client concurrently

yarn run start:dev

Running the tests

yarn test

About


Languages

Language:JavaScript 90.2%Language:CSS 5.2%Language:HTML 4.6%