Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

haotianzhu/Moonback-reborn

Repository files navigation

Moonback-reborn

Prerequisites

Before you begin, make sure your development environment includes Node.js® and an npm package manager.

  • Node.js

    • Angular requires Node.js version 8.x or 10.x.
    • To check your version, run node -v in a terminal/console window.
    • To get Node.js, go to nodejs.org.
  • npm package manager

    • Angular, the Angular CLI, and Angular apps depend on features and functionality provided by libraries that are available as npm packages. To download and install npm packages, you must have an npm package manager.

    • This Quick Start uses the npm client command line interface, which is installed with Node.js by default.

    • To check that you have the npm client installed, run npm -v in a terminal/console window.

how to install environment

use command line :

npm install -g @angular/cli

cd ./Moonback

npm install

ng build --prod

cd ./server

npm install

how to run our project at local server

use command line :

cd ./Moonback

ng serve

then go to: http://localhost:4200/ in web browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •