VietDinh17 / simpleShop

An E-commerce Web Application

Home Page:https://simpleshop-5308d.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


simpleShop
SimpleShop

An E-commerce web application built on top of React

Key FeaturesHow To TryCreditsLicense

alt text

Key Features

  • Authentication
  • Cart
  • Sale Product
  • Searching

How To Try

To clone and run this application, you'll need Git, Node.js (Version >=10.0.0) (which comes with npm) installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/VietDinh17/simpleShop

For server side

# Go into the repository
$ cd simpleShop
$ cd server

# Install dependencies
$ npm install or yarn install

# Run the app
$ strapi start

For client side

# Go into the repository
$ cd simpleShop
$ cd client

# Install dependencies
$ npm install or yarn install 

# Run the app
$ npm start or yarn start

In case the website doesn't automatically pop up, go to http://localhost:3000/.

Credits

This software uses the following open source packages:

License

MIT

About

An E-commerce Web Application

https://simpleshop-5308d.firebaseapp.com/


Languages

Language:JavaScript 67.9%Language:CSS 31.7%Language:HTML 0.3%Language:Shell 0.0%