All Projects → bestguy → ractive-webpack-boilerplate

bestguy / ractive-webpack-boilerplate

Licence: MIT license
Ractive Webpack boilerplate repo

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to ractive-webpack-boilerplate

vue-global-var
Reactive global variable can be sharable between components
Stars: ✭ 21 (+10.53%)
Mutual labels:  ractive

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 run 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].