Skip to content

An e-commerce website that features a shopping cart, product catalog, check shipping charges, and a checkout system.

Notifications You must be signed in to change notification settings

jjulianto/online-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Shop

An e-commerce website that features a shopping cart, product catalog, check shipping charges, and a checkout system.

Table of Contents

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

These are list of things you need to have before you use the project and how to install them.

  • Node.js
    Download the Node.js installer here
    Run the installer
  • Text Editor
    You can choose any text editor that suits you the most, but I recomend using Visual Studio Code
    Download the VSCode installer here
    Run the installer

Installation

  1. Clone the repo
git clone https://github.com/jjulianto/online-shop.git
  1. Change current directory to this repository folder
cd online-shop
  1. Install dependencies
npm install
  1. Run the project

    • Development mode

      1. Run the server

        npm run serve
        
      2. Lints and fixes files

        npm run lint
        
    • Production mode

      npm run build
      

Author

Julianto - Github

Additional Information

License

About

An e-commerce website that features a shopping cart, product catalog, check shipping charges, and a checkout system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published