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

moleske/Karma-Browserify-Babel-React-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Barebones (sortof) Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published