Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 946 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 946 Bytes

Basket App

Add groceries to your Basket!

React, Redux, SASS, FontAwesome

http://basket.alicechuang.com/

Installation

Run git clone https://github.com/AliceWonderland/Basket-App.git

Run npm install

Run npm run start

Follow the prompt (if any).

Browse to http://localhost:3000/ to view.

To Run SASS

npm run build-css (compile sass)

npm run watch-css (dev mode continuous update)

To Build Production Files

npm run build to build production files into /build/ folder npm install -g serve serve -s build To run static server from root

Additional

This project was bootstrapped with Create React App. As part of this task, I checked into Create-React-App to see how Facebook recommends setting up a simple mini-app. A great entry-point into building React apps.