Skip to content

tdd/interactive-es6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive ES6 Workshop

An interactive environment for helping people learn ES6, written in ES6 (meta!) and ReactJS.

Features

  • Live code editing and execution in the browser including ES6 support using Babel.
  • The expected outcome of code can be defined and the evaluated code is checked against it.
  • Users can hit a button to request help, which is sent in realtime with Pusher to a dashboard.
  • The system can either expect code to return a specific value, or a promise that resolves to that value (see the Promises challenges).

Running Locally

  • npm install
  • ./node_modules/.bin/jspm install
  • npm start

Building for Production

  • make
  • Push the dist directory to your server.

About

Learn ES6 in your browser in an app built in ES6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Other 1.5%