B2C App for students to learn latest technologies.
Simply clone or download the zip of the project,
Command Line:
npm install
Using with Bower:
Command Line:
bower install
cp sample.env .env
.env file will be having all the configurable items needed at user's side. A sample env file is available by the name sample.env
- For Development
gulp dev
- If you don't provide any environment variable, then by default it starts with development.
- This should start your app at http://localhost:5000/.
gulp