/showcase

Example React + Webpack + Babel + Gulp application

Primary LanguageJavaScript

Installation

  1. Copy this project to your PHP web server and create a vhost root.

  2. Install NPM.

  3. Build client-side scripts:

    cd <project_root> npm install -g gulp-cli karma-cli mocha npm install

Testing

You can test standalone with npm run test or npm run test:watch. The latter is for monitoring changes to files and automatically re-running tests.

If you want to run the tests in Karma, you can run karma start.

Libraries Used