Skip to content

atao60/es6-tutorial

 
 

Repository files navigation

ES6 (2015) Tutorial

Create a web project with Webpack 4, Babel 7 and ES6, from scratch, step by step:

Each of the above links goes to the final state of the step.

🏁 Quickstart

With final code (branch master)

git clone https://github.com/atao60/es6-tutorial.git

cd es6-tutorial

npm install

npm start

With initial code (branch init)

git clone --single-branch --branch init https://github.com/atao60/es6-tutorial.git

cd es6-tutorial

npx open-cli index.html

🛡 License

MIT

📜 Credits

This project is a fork of Christophe Coenraets' ECMAScript 6 Tutorial. See also the presentation ECMAScript 6 Tutorial.

Additional Resources :

About

ECMAScript 6 Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • CSS 17.5%
  • HTML 10.4%