Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amannn/es6-example-with-webpack
Demonstration of some new ES6 features for better code organization.
https://github.com/amannn/es6-example-with-webpack
Last synced: 18 days ago
JSON representation
Demonstration of some new ES6 features for better code organization.
- Host: GitHub
- URL: https://github.com/amannn/es6-example-with-webpack
- Owner: amannn
- Created: 2015-08-05T19:33:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T19:38:43.000Z (over 9 years ago)
- Last Synced: 2024-10-06T03:42:12.672Z (about 1 month ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es6-example-with-webpack
Demonstration of some new ES6 features for better code organization.## Run
1. Make sure node is installed. If not, please [download](https://nodejs.org/).
2. Download this repository.
3. Navigate to the downloaded repo in your shell of choice.
4. `npm install`
5. `npm run compile`
6. Open `src/index.html`.To run it subsequently, skip directly to 5.