An open API service indexing awesome lists of open source software.

https://github.com/alexeykorkoza/angular2-users-experince


https://github.com/alexeykorkoza/angular2-users-experince

angular2 express mean-stack mongodb nodejs scss webpack2

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# angular2-users-experince

## Running the Server
1. Ensure you have MongoDB installed and running
2. Open a command line window and navigate to the "/server" folder below the project root folder
3. Run ``npm install or yarn install`` to install all required npm packages that are defined in the package.json file
4. Run node server.js to start the server, by default it runs at http://localhost:8000

## Running the Client
1. Open a command line window and navigate to the "/client" folder below the project root folder
2. Run ``npm install or yarn install`` to install all required npm packages that are defined in the package.json file
3. Run npm start to start the client, a browser window should automatically open to the application at http://localhost:8080

## The Production on the Client

``npm build``