/FoodListApp

A demo of react, redux, and styled components.

Primary LanguageJavaScript

Food List App

This is an exmample project to show the use of React, Redux, and Styled Components.

Getting Started

After you clone the repo you can run one of the following commands to install the projects dependencies.

npm install

or

yarn

After the dependencies have installed you can start the demo by using one of the following commands.

npm start

or

yarn start