Skip to content

Basic Webpack setup with Babel to test and learn ES6

Notifications You must be signed in to change notification settings

PCMACHero/es6_playground

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • HTML 20.2%