Skip to content

Seed / Boilerplate project to create your own SPA using React, Browserify and ReworkCSS

Notifications You must be signed in to change notification settings

getpiggybank/react-browserify-spa-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Browserify SPA seed

A very opinionated seed for creating Single Page Apps that uses Browserify, React and Rework.

Used libraries

Build Libraries

  • Browserify
  • Rework
  • ESLint

App libraries

  • React
  • Flux
  • Bootstrap
  • React-router

Using it

Just run npm install to get all the dependencies and then use:

  • npm run watch: Spins up a server on localhost:3000 with Watch for CSS and JS files.
  • npm run start: Creates build/ files and spins up a server on localhost:3000. No watch in this case!

You can see the other tasks you can run in the package.json scripts

Feedback

Do you have any feedback about the app? Just let me know :)

License

MIT

About

Seed / Boilerplate project to create your own SPA using React, Browserify and ReworkCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • HTML 21.9%
  • CSS 15.1%