/react-contenful-store

An ecommerce store built with React and the Contentful API

Primary LanguageJavaScript

Build Status

React Store

An online store built with React, Redux and the Contentful API - designed to be deployed to Netlify. This is a work in progress. View the deployed store online here

Features

This project is built with:

Running the project

To start the project first install all dependencies with yarn install. Then make sure you have the JSON server running for the mock API with yarn start:json. Run the project using Webpack dev-server by running yarn start. To build the project for production run yarn prod:build. Linting and test the project with ES lint, Flow, Jest and Enzyme by running yarn test.