MEAN2 Starter is an MEAN2 stack based project for giving a kickstart to your new project.
Angular 2 (^2.4.4) to develop front-end
Node as back-end server
Gulp and Webpack for bundling.
This project implements a simple login system and this project is intentionally kept simple so that other developers dont have to spend hours just to integrate this boilerplate project.
Setup this project
git clone https://github.com/NishantDesai1306/MEAN2-Starter.git
- Open terminal and navgate to
mean2-starter
directory - Execute
npm install
to install all npm dependencies for development - To start the project execute
npm run start
- Open localhost:3000