https://github.com/javascript-pro/dive
Dive
https://github.com/javascript-pro/dive
Last synced: 9 months ago
JSON representation
Dive
- Host: GitHub
- URL: https://github.com/javascript-pro/dive
- Owner: javascript-pro
- Created: 2016-11-20T23:11:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T07:16:57.000Z (over 9 years ago)
- Last Synced: 2025-02-12T11:37:31.071Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 852 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dive
## Stack Overview
A complete Webpack, lint & Browsersync environment which enables fast in-editor pre-testing of our React app against lint rules and enables multi-device testing while we develop and compile our app. In addition a Mocha, Chai & Enzyme setup for BDD testing.
## NPM Scripts
### start
Runs webpack-dev-server with hot reload
### build
Creates production ready application into /build folder
### lint
Runs the browsersync linting process
### elint
Runs the linting process
### elintsummary
Summarise the linting process
### elinttable
Summarise the linting process as a nice, easy to read table
### profile
Profiles the webpack distribution bundle for analysis
#### More Info
Using Atom editor? Install IDE linting. It's proper helpfgul
```apm install linter-eslint```
&
```apm install linter-stylelint```