Add groceries to your Basket!
React, Redux, SASS, FontAwesome
http://basket.alicechuang.com/
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.
npm run build-css
(compile sass)
npm run watch-css
(dev mode continuous update)
npm run build
to build production files into /build/ folder
npm install -g serve
serve -s build
To run static server from root
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.