react-dev-james / react-contenful-store

An ecommerce store built with React and the Contentful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An ecommerce store built with React and the Contentful API


Languages

Language:JavaScript 56.9%Language:CSS 42.8%Language:HTML 0.2%