Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 701 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 701 Bytes

MEAN Stack based SPA for Inseer Hiring Challenges

This repo is a Single Page application based on MEAN stack, bundled so that you can get going fast.

Installation

  1. Download or clone the repository. Ensure node v14 LTS and NPM are installed.
  2. Install npm modules: npm install
  3. Install client npm modules npm run build.
  4. Start up the server: node server or npm start or use forever to run forever start server
  5. View in browser at http://localhost:3000

Use this starter kit to build a MEAN stack application.