rojrun / es6_playground

Basic Webpack setup with Babel to test and learn ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6+ Playground

An open playground to test and learn ES6+ JavaScript including import and export

Setup Instructions

  1. Fork this repo
  2. Clone your version of this repo to your machine
    • git clone https://github.com/[Your GitHub Username]/es6_playground.git
  3. Change directory to the project directory
    • cd es6_playground
  4. Install dependencies
    • npm install
  5. Open your browser and navigate to http://localhost:3000/

About

Basic Webpack setup with Babel to test and learn ES6


Languages

Language:JavaScript 79.8%Language:HTML 20.2%