Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.