Skip to content

cj-wang/mean-start-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26a3673 · Sep 17, 2019
Jan 15, 2018
Apr 29, 2017
Sep 17, 2019
Sep 5, 2019
Sep 5, 2019
Oct 29, 2018
Apr 11, 2017
Sep 27, 2018
Mar 21, 2019
Oct 2, 2018
Aug 9, 2019
Aug 8, 2019
Jul 2, 2019
Sep 26, 2018
Aug 29, 2019
Aug 29, 2019
Feb 6, 2019

Repository files navigation

mean-start-2

Full stack Angular + Nest + Universal.

The client application is based on ngx-admin template with Angular 7+, Bootstrap 4 and Nebular, integrated Nest server running APIs and server-side rendering.

Demo

Live Demo with upgraded Tour of Heroes.

Development server

Run npm run dev to start the Angular dev server and the Nest API server concurrently. Navigate to http://localhost:4200/ for the app. The Angular app or Nest server will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The built Angular artifacts will be stored in the dist/client/ directory. The compiled server application with server-side rendering content will be the dist/server.js file.

Production server

Run npm start to start the application in prod mode with server-side rendering. Navigate to http://localhost:3000/ for the app.

Running unit tests

Run npm test to execute the client and server unit tests concurrently.

Running end-to-end tests

Run npm run e2e to execute the client and server end-to-end tests.