https://github.com/bestguy/ractive-webpack-boilerplate
Ractive Webpack boilerplate repo
https://github.com/bestguy/ractive-webpack-boilerplate
ractive
Last synced: 3 months ago
JSON representation
Ractive Webpack boilerplate repo
- Host: GitHub
- URL: https://github.com/bestguy/ractive-webpack-boilerplate
- Owner: bestguy
- License: mit
- Created: 2015-03-25T00:43:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T05:35:07.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T18:43:01.926Z (4 months ago)
- Topics: ractive
- Language: JavaScript
- Size: 669 KB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ractive Webpack Boilerplate

**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*:
* [ES6 (via BabelJS)](http://babeljs.io/)
* [Ractive](http://www.ractivejs.org/)
* [Webpack](http://webpack.github.io)
* [i18next](http://i18next.com/)
* [lodash](https://lodash.com/docshttps://github.com/chjj/marked)
* [markdown-it](https://markdown-it.github.io)
* [Moment.js](http://momentjs.com/)
* [Ractive-route](https://github.com/MartinKolarik/ractive-route)
* [Animate.css](https://daneden.github.io/animate.css/)
* [Bootstrap 4](https://v4-alpha.getbootstrap.com)
* [Font-Awesome](http://fontawesome.io/)----
## Install & Run:
### For development bundle and hot reloading:
npm install
npm startOpen: [http://localhost:3000](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](http://localhost:3000)