Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (32 loc) · 708 Bytes

File metadata and controls

38 lines (32 loc) · 708 Bytes

Karma-Browserify-Babel-React-Template

Barebones (well, relatively barebones) template for testing and building a React App. Uses Gulp for all the tasks, gulp-connect for hot reload (JS files only)

Thanks to carpeliam for guidance in setting up new React Apps

Install

npm install

Testing

npm test

Uses PhantomJS and Dots Reporter

Run Locally

npm start

Builds artifacts to dist, enables hot reloading of JS files

Build Only

npm run build

Only builds artifacts to dist

Clean

npm run cleanDist

Deletes all folders and files in dist

npm run cleanModules

Deletes all folders and files in node_modules