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

https://github.com/bbmoz/webjs-project-scaffold


https://github.com/bbmoz/webjs-project-scaffold

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Web JS Project Scaffold

[![Build Status](https://travis-ci.org/bbmoz/webjs-project-scaffold.svg?branch=master)](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`.*