No description
  • JavaScript 94.4%
  • HTML 5.6%
Find a file
2016-03-14 14:50:58 -06:00
src Initial commit. 2016-03-14 14:47:44 -06:00
.gitignore Initial commit. 2016-03-14 14:47:44 -06:00
LICENSE Initial commit. 2016-03-14 14:47:44 -06:00
package.json Initial commit. 2016-03-14 14:47:44 -06:00
README.md Readme formatting. 2016-03-14 14:50:58 -06:00
webpack.config.js Initial commit. 2016-03-14 14:47:44 -06:00

To get up and running, you'll need to install your modules using NPM.

npm install

Once that's done, you'll need to install webpack globally so as to have access to the command line tool.

npm install webpack -g

Then, you can run webpack to transpile all of your JSX into JavaScript. Throw in a -w (webpack -w) to have it watch for your changes. Then open dist/index.html in a browser and you're good to go.