brownsmith / GuitarShop

Mock ecommerce front end to hack about with using React
0 stars 0 forks source link
css es6 jsx prettier react react-router-v4 redux travis-ci yarn
Service Master
Travis CI Build Status

GuitarShop

Dummy ecommerce website built using React

Pre-requisites:

An up-to-date version of Node >= version 6

To run the app:

git clone https://github.com/brownsmith/GuitarShop.git
cd GuitarShop/my-app
yarn
yarn start

To run the tests:

GuitarShop uses Jest as its test runner. Jest is a Node-based runner. This means that the tests always run in a Node environment and not in a real browser.

yarn test

What’s Included?

Your environment will have everything you need to build a modern single-page React app:

Code based upon https://github.com/facebook/create-react-app