https://github.com/slavahatnuke/angular.intensive.full.version
https://github.com/slavahatnuke/angular.intensive.full.version
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slavahatnuke/angular.intensive.full.version
- Owner: slavahatnuke
- Created: 2016-04-25T11:20:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T11:29:36.000Z (about 9 years ago)
- Last Synced: 2025-01-28T23:31:17.739Z (4 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AngularJS Intensive + server side
### How to start
#### docker:
```
## get docker IP
> docker-machine ip
192.168.99.100 ## this is dynamic [docker-ip]## install deps
> docker-compose run app bash
> npm run setup
> exit## start project
> npm run start.docker
```
visit: [http://[docker-ip]:5100/](http://[docker-ip]:5100/)#### vagrant:
```
## up
> vagrant up
> vagrant ssh
> cd ~/project## setup
> npm run setup## start project
> nodemon app.js
```
visit: [http://[vagrant-ip]:3000/](http://[vagrant-ip]:3000/)