An ES6 seating widget.
- Node v8.0.0
- NPM v5.5.1
- Webpack v3.8.1
- Babel v6.26.0
- Install x-code
- Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install node
brew install node
- Update node and npm
brew update node
- Install packages from package.json
npm install
- Build
npm run build
- Want to uglify the build?
webpack -p
- Start server and watch
npm start
- Navigate to application in browser.
http://localhost:8080
- Build
npm run build
- Want to uglify the build?
webpack -p
- Start server and watch
npm start
- Navigate to application in browser.
http://localhost:8080