Sardiirfan27 / FullStackJS

E-commerce store (Mongo, Express, Angular, Node)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Stack E-commerce

Demo: http://styleworks.herokuapp.com

Stack of technologies

MEAN Stack

Running Locally

Make sure you have Node.js installed.

$ git clone git@github.com:yaroslav0507/FullStackJS.git # or clone your own fork
$ cd pet
$ npm install
$ npm start

Your app should now be running on localhost:4000.

Developing mode

Open a separate terminal or shell

$ gulp serve

Now app will start in google chrome on the localhost:7000. All changes in the code will be immediately reflected in your browser by browser-sync

Interface

Store Store

Admin Dashboard Admin Dashboard

User Dashboard User Dashboard

About

E-commerce store (Mongo, Express, Angular, Node)


Languages

Language:JavaScript 53.5%Language:HTML 37.0%Language:CSS 9.5%