https://github.com/bbmoz/webjs-project-scaffold
https://github.com/bbmoz/webjs-project-scaffold
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbmoz/webjs-project-scaffold
- Owner: bbmoz
- License: mit
- Created: 2017-03-26T05:44:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T15:19:03.000Z (about 9 years ago)
- Last Synced: 2025-03-24T10:34:28.897Z (over 1 year ago)
- Language: JavaScript
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web JS Project Scaffold
[](https://travis-ci.org/bbmoz/webjs-project-scaffold)
> This is a scaffold for building js-based browser projects.
## Tasks
1. `npm start` *run app at **http://localhost:8080***
1. `npm test` *lint and run unit tests*
1. `npm test -- --watch` *run unit tests in TDD mode*
1. `npm install` *install npm deps*
1. `npm run test:fn:tunnel` *start tunnel*
1. `npm run test:fn` *run functional tests*
*Before running functional tests, make sure to start your app and your tunnel. Once the tunnel is running, source `./bin/tunnel/tunnel.env`.*