ZhuoYueYue / schoolRunner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 Project Demo

CI status: Build Status

A basic es6 project, which includes :

  1. webpack
  2. babel
  3. express
  4. jquery
  5. react

All the changes to js/jsx files can be hot-reloaded in browser.

npm install -g babel-cli
npm install
npm start

Then visit http://localhost:3000, you will see Hello world on the page.

If you modify public/hello.jsx to change the text, you will see the changes are applied to page instantly.

About


Languages

Language:JavaScript 93.5%Language:HTML 6.5%