Skip to content

wildanan/e-commerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-commerce

documentation

built with Express, Sequelize and Vue

this application is not deployed yet. so this how to run this application in your local host:

first of all, please clone this repository first

git clone (https://github.com/wildanan/e-commerce.git)

step 1

after cloning this repository, open this repository to your code editor. then run npm install.

step2

then you have to go to server repo on your terminal and run the app.js folder. i prefer to use nodemon (you have to install nodemon first in global).

nodemon app.js

then this app will runing in port 3000

step 3

tu run client you have to go into client repo in terminal, and run

npm install

after that run

npm run serve

to run vue. and clict the link that shown after. then you will redirect into the website on the browser

explaination

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 49.6%
  • JavaScript 49.1%
  • HTML 1.3%