• Stars
    star
    207
  • Rank 189,086 (Top 4 %)
  • Language
    JavaScript
  • Created over 6 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of ES6 goodies for next-level dev 🤓💻

ES6 All The Things PRs Welcome

Collection of ES6 goodies for next-level dev

A comprehensive cheat sheet of everything ES6. Categorized and easy to refer back to later. Built with GatsbyJS 🔥

View Cheat Sheet

Local Development

Install dependencies:

npm install

Run the local dev server:

gatsby develop

Build for production:

gatsby build

Serve the production build for testing:

gatsby serve

Contributing

Contributions welcome! Please refer to CONTRIBUTING.md.