Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 868 Bytes

File metadata and controls

21 lines (17 loc) · 868 Bytes

MEAN Stack Single Page Application Starter

This is a repo for a starter appliation for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building application.

Installation

  1. Download the repository
  2. Install npm modules: npm install
  3. Install bower dependencies bower install
  4. Start up the server: node server.js or grunt
  5. View in browser at http://localhost:8080

Use this starter kit to build any MEAN stack application you like.

Future Additions