Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyrw/ee-front
Frontend for eeosk
https://github.com/tyrw/ee-front
Last synced: 7 days ago
JSON representation
Frontend for eeosk
- Host: GitHub
- URL: https://github.com/tyrw/ee-front
- Owner: tyrw
- Created: 2015-01-06T16:59:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T00:28:25.000Z (over 8 years ago)
- Last Synced: 2023-03-24T08:46:13.006Z (over 1 year ago)
- Language: HTML
- Size: 14.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ee-front
===### Installation
`npm install`
`bower install`
### Locations
env | ee-front | ee-back
:---------------------|:------------------------|:-----------------------
test (e2e) | `http://localhost:3333` | `http://localhost:5555`
test (api) | - | `http://localhost:5444`
development (builder) | `http://localhost:3000` | `http://localhost:5000`
development (store) | `http://*.localhost:4000` | `http://localhost:5000`
production (builder) | `https://eeosk.com` | `https://api.eeosk.com`
production (store) | `https://*.eeosk.com` | `https://api.eeosk.com`### Testing
e2e | env | runner
:---------|:-----|:-------------
ee-front | test | `gulp test (--grep=)` runs web server and e2e tests continuously with protractor; `webdriver-manager start` to initialize selenium
ee-back | test | `gulp test` runs api server (not tests) in test environment
eeosk.com | production | `gulp test-live` will run e2e tests on live siteapi | env | runner
:---------|:-----|:-------------
ee-back | test | `gulp watch-mocha` runs api server and tests continuously with mocha### Development
dev | env | runner
:---------|:------------|:-------------
ee-front | development | `gulp dev` runs builder server in development environment
ee-front | development | `gulp dev-store` runs store server in development environment
ee-back | development | `gulp dev` runs api server in development environment### Production
prod | task | runner
:--------|:--------|:------------
ee-front | compile & test | `gulp prod-test` compiles app into `/dist` & runs e2e tests w test api server
ee-front | compile | `gulp prod` compiles app into `/dist`, ready for deployment
ee-back | - | push directly to target if tests pass### Other
## Workflow & pricing definition
https://docs.google.com/a/eeosk.com/drawings/d/11vSU7glwutO6zhEx5_f4zXxlCpFQD_LGjVchKy11-J0/edit?usp=sharing