Demo of UI built using React.js.
Uses Gulp and Webpack to compile and bundle JSX into JS.
Files are served from an Express web server.
To run it:
- First run
npm installto get all dependencies. - If you don't already have
gulpinstalled, runnpm install gulp --globalor simplynpm i -g gulp. - Use
gulpto compile the JS and copy it to the public directory usinggulp publish. - Run the server using
npm start. - Navigate to
http://localhost:8080/in your browser (or 'Preview Running Application' in Cloud9).