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
- Host: GitHub
- URL: https://github.com/alexeykorkoza/angular2-users-experince
- Owner: AlexeyKorkoza
- License: mit
- Created: 2017-04-23T21:52:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T18:14:09.000Z (almost 9 years ago)
- Last Synced: 2025-06-24T09:09:42.791Z (12 months ago)
- Topics: angular2, express, mean-stack, mongodb, nodejs, scss, webpack2
- Language: TypeScript
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``