Skip to content

AliceWonderland/Basket-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

React App to demonstrate a grocery list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published