https://github.com/nicksp/webpack-es6-starter
Simply a playground for client-side development in ECMAScript 6 using Babel.
https://github.com/nicksp/webpack-es6-starter
Last synced: 23 days ago
JSON representation
Simply a playground for client-side development in ECMAScript 6 using Babel.
- Host: GitHub
- URL: https://github.com/nicksp/webpack-es6-starter
- Owner: nicksp
- Created: 2016-01-27T01:54:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T02:04:38.000Z (over 10 years ago)
- Last Synced: 2025-01-07T20:21:54.779Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 playground using Babel and webpack
### Simple playground that features ES6-compiling, automatic reloading dev server.
A minimal starter project to get you up and running with webpack, SCSS and ES6 via Babel.
**NOT READY FOR PRODUCTION!**
## 01. Install
```
git clone https://github.com/nicksp/webpack-es6-starter.git
cd webpack-es6-starter
npm i
```
## 02. Enjoy
- `npm start` to start webpack dev server in watch mode
- Open [localhost:8080](http://localhost:8080/) in your browser.
-Nick, 2016-01