/Cart.ly-with-React

an ecommerce shopping app built with react!

Primary LanguageJavaScript

Cart.ly

View live on Github

Cart.ly is the client side of an ecommerce site built with React.

Technologies: React.js, ES6, Webpack, Sass, Axios

cartlyscreenshot

Steps


Go to project root and install required dependencies:

npm install

Run Webpack to watch for code changes:

webpack

For production build:

webpack -p

install http-server npm package to open static file:

npm install http-server -g

then run in root of file:

http-server

now open http://127.0.0.1:8080 to view.