All Projects → pmcalabrese → riotjs-webpack

pmcalabrese / riotjs-webpack

Licence: other
Minimal riotjs based boilerplate with Webpack 3 and Bulma CSS

Programming Languages

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

Projects that are alternatives of or similar to riotjs-webpack

svelte-express-boilerplate
Boilerplate for developing full stack apps with Express and Svelte.js 📦
Stars: ✭ 60 (+300%)
Mutual labels:  boilerplate-application
chrome-extension-boilerplate-riot
A boilerplate chrome extension (Single Page Application) using RIOT.js
Stars: ✭ 20 (+33.33%)
Mutual labels:  riotjs
electron-typescript-react-mui
Lightweight, modern boilerplate built with electron, typescript, react, and material-ui.
Stars: ✭ 56 (+273.33%)
Mutual labels:  boilerplate-application
boiler
Another Golang boilerplate
Stars: ✭ 21 (+40%)
Mutual labels:  boilerplate-application
Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS
Stars: ✭ 5,173 (+34386.67%)
Mutual labels:  riotjs
el.js
✨ Higher-order elements powered by transclusion.
Stars: ✭ 35 (+133.33%)
Mutual labels:  riotjs
riot realworld example app
Exemplary real world application built with Riot.js v6 🖐👍
Stars: ✭ 16 (+6.67%)
Mutual labels:  riotjs
dash.js
⚒️ Reactive UI components and framework for modular dashboards.
Stars: ✭ 74 (+393.33%)
Mutual labels:  riotjs
React Redux Flask
Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.
Stars: ✭ 1,431 (+9440%)
Mutual labels:  boilerplate-application
react-native-mobx-feathers
A basic App using react-navigation + mobx + feathers
Stars: ✭ 31 (+106.67%)
Mutual labels:  boilerplate-application
phaser-typescript-webpack
Another Phaser CE boilerplate using TypeScript and Webpack.
Stars: ✭ 17 (+13.33%)
Mutual labels:  boilerplate-application
atlas
UGRC's boilerplate for JavaScript applications.
Stars: ✭ 34 (+126.67%)
Mutual labels:  boilerplate-application
node-experience
Hello! NExp (Node Experience) is a boilerplate for Node, which makes use of a Hexagonal architecture, in addition to all the power of TypeScript that combined allow a perfect cohesion thus achieving a clean and at the same time very powerful implementation.
Stars: ✭ 29 (+93.33%)
Mutual labels:  boilerplate-application
boilerplato
A powerful tool to generate boilerplate source code from a template
Stars: ✭ 40 (+166.67%)
Mutual labels:  boilerplate-application
node-mongodb-graphql-starter
A boilerplate for Node.js, MongoDB & GraphQL applications.
Stars: ✭ 56 (+273.33%)
Mutual labels:  boilerplate-application
sinatras-skeleton
Basic Sinatra Skeleton MVC CRUD App with Sprockets, Warden, ActiveRecord and PostgresQL
Stars: ✭ 13 (-13.33%)
Mutual labels:  boilerplate-application
packt-mastering-fp
PacktPub "Mastering Functional Programming with JavaScript" video course materials
Stars: ✭ 17 (+13.33%)
Mutual labels:  boilerplate-application
pink-lady
a template project of gin app.
Stars: ✭ 44 (+193.33%)
Mutual labels:  boilerplate-application
angular-material-starter-template
🍄 Angular 14 boilerplate that comes with Material-UI, Tailwind3, Purgecss, Jest & Cypress Support, Optimal project structure & Interceptor inspired from popular blogs, source map analyzer tools, husky, all pre-configured and much more...
Stars: ✭ 104 (+593.33%)
Mutual labels:  boilerplate-application

RiotJS & Webpack 3 boilerplate

A Webpack 3 + Riotjs boilerplate with performance in mind.

https://pmcalabrese.github.io/riotjs-webpack/

Lighthouse performance Image of Yaktocat

Features:

  • ES6
  • Bulma CSS
  • Webpack 3
  • Tree shaking
  • Code splitting
  • Support for SCSS
  • Service Worker with sw-precache https://github.com/GoogleChrome/sw-precache
  • Minimal footprint (the entire boilerplate index page is 50K including CSS)
  • Manifest file
  • Icons set
  • Good lighthouse score (90+)
  • Routing with riot-route
  • Critical CSS
  • Web installed app ready

Install

npm install

Run locally for development

npm start

Build for production

npm run build

Build for production and run on a local server

npm run build-serve
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].