MEAN Stack E-commerce
Demo: http://styleworks.herokuapp.com
Stack of technologies
Running Locally
Make sure you have Node.js installed.
$ git clone [email protected]: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