Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 347 Bytes

MEANApp

MEAN stack app. Makes use of MongoDB, ExpressJS, Angular 7, NodeJS

To run,

  1. Clone the repo,
  2. Open two shell windows,
  3. Navigate to root folder in both windows,
  4. In one window execute: 'run npm start:server' (localhost:3000),
  5. In the second window: 'ng serve -o' (localhost:4200)

Don't forget to NPM install all dependecies!