Skip to content

A test build to allow freelancers to develop components for the Neo Smart Blinds Controller App.

Notifications You must be signed in to change notification settings

mebrunet/neo-app-test-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo Smart Blinds - Test View

A test build to allow freelancers to develop components for the Neo Smart Blinds Controller App

Features

Usage

Fork this repo, then run:

npm install
npm run start-local

That will fire up a webpack dev server in hot mode. Most changes will be reflected in the browser automatically without a browser reload. You can view the app in the browser at http://localhost:8080.

Tests

The tests use Karma, Mocha and Chai through PhantomJS. See the example test in app/Application/__tests__/index.js. The test suite can be run in watch mode (tests will re-run each time a file changes), using:

npm run test:watch

Building

To generate a production build, run:

npm run build

The above command will generate a dist folder with the appropriate index.html file along with the minified CSS and JS files.

Linting

Linting settings can be be found in .eslintrc, consult its documentation. Linting is run before each webpack build when a .eslintrc file is present.

About

A test build to allow freelancers to develop components for the Neo Smart Blinds Controller App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published