##Demo https://nodewithng2.herokuapp.com
Enter anything in the username/password field.
Hi, You can find the updated version of the application at https://github.com/darpanpathak/MEAN2-MarvelApp
##Instructions This repository includes angularjs2 and nodejs basic setup with bootswatch free theme superhero. I have created this repository to faster the development with MEAN stack projects. I am still in the process of refining this repository.
##Steps to clone and run the project
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) >
git clone https://github.com/darpanpathak/angular2-node-template.git
- Open this repository with any of your favourite IDE(I am using Visual Studio Code)
- You have to open two folder paths in the command prompt.
- root folder path
- client folder path
- Run > npm install in both the command prompt to install npm dependencies
- Run > npm start in command prompt with client folder path
- Run > gulp serve in command prompt with root folder path
- Open http://localhost:3002 in your browser and check the magic
You already have following things installed on your machine.