Skip to content

zecho/ractive-webpack-boilerplate

 
 

Repository files navigation

Ractive Webpack Boilerplate

Dependency Tracker Dependency Tracker

RactiveJS application boilerplate with routing, internationalized text, date formatting, animations, pubsub, etc.

Develop with ES2015, Webpack, and hot reloading - all the good stuff from React development, without using React and JSX :-P

(You can also build on the Node.js development server to be full API or application server.)

Full list of a few of my favorite things:


Install & Run:

For development bundle and hot reloading:

npm install
npm start

Open: http://localhost:3000

For production bundle:

npm dist

The minified public/bundle.js file can be deployed on a CDN, your host, or deployed with the node.js server at:

npm start

Open: http://localhost:3000

About

Ractive Webpack boilerplate repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • HTML 33.3%
  • CSS 0.7%