All Projects → metaphorical → quantum-blox

metaphorical / quantum-blox

Licence: other
Quantum blox - modular UI boilerplate in react

Programming Languages

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

Projects that are alternatives of or similar to quantum-blox

isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (+58.33%)
Mutual labels:  modules, redux-saga, webpack2
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+2458.33%)
Mutual labels:  postcss, redux-saga, jest
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (+500%)
Mutual labels:  postcss, redux-saga, jest
Svelte Boilerplate
Svelte application boilerplate with Webpack, Babel, PostCSS, Sass, Fetch, Jest, .Env, EsLint.
Stars: ✭ 216 (+1700%)
Mutual labels:  postcss, jest
React Typescript Webpack2 Cssmodules Postcss
Simple Starter Template for React, TypeScript, postCSS, ITCSS, CSS-Modules, Webpack and Live Reloading (React Hot Loader 3)
Stars: ✭ 117 (+875%)
Mutual labels:  postcss, webpack2
Barebones
A barebones boilerplate for getting started on a bespoke front end.
Stars: ✭ 127 (+958.33%)
Mutual labels:  postcss, webpack2
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+2841.67%)
Mutual labels:  postcss, jest
Postcss Import
PostCSS plugin to inline @import rules content
Stars: ✭ 1,048 (+8633.33%)
Mutual labels:  modules, postcss
Nod
Node.js module generator/boilerplate with Babel, Jest, Flow, Documentation and more
Stars: ✭ 355 (+2858.33%)
Mutual labels:  modules, jest
Postcss Modules Example
How to use postcss-modules plugin
Stars: ✭ 78 (+550%)
Mutual labels:  modules, postcss
abilitysheet
This app is ability sheet for beatmania iidx music of level 12.
Stars: ✭ 38 (+216.67%)
Mutual labels:  postcss, redux-saga
react.js
A boilerplate for react js project. 基于 reactjs+redux+webpack2 的单页应用项目模板。
Stars: ✭ 28 (+133.33%)
Mutual labels:  postcss, webpack2
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (+633.33%)
Mutual labels:  postcss, jest
React Itunes Search
🎵Simple web app for itunes search with React
Stars: ✭ 147 (+1125%)
Mutual labels:  postcss, webpack2
Js Toolbox
CLI tool to simplify the development of JavaScript apps/libraries with little to no configuration. (WORK IN PROGRESS/PACKAGE NOT PUBLISHED).
Stars: ✭ 53 (+341.67%)
Mutual labels:  postcss, jest
Typescript Plugin Css Modules
A TypeScript language service plugin providing support for CSS Modules.
Stars: ✭ 520 (+4233.33%)
Mutual labels:  modules, postcss
Front End
Operation Code's website
Stars: ✭ 301 (+2408.33%)
Mutual labels:  postcss, jest
ying-template
这是一个基于 `webpack@^5.27.2` + `typescript@^4.2.3` + `@babel/core@^7.2.2` + `jest@^26.6.3` + `eslint@^7.22.0` 的多页面脚手架。
Stars: ✭ 125 (+941.67%)
Mutual labels:  postcss, jest
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+175%)
Mutual labels:  postcss, webpack2
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+691.67%)
Mutual labels:  redux-saga, jest

Quantum blox - modular UI boilerplate in react

Build Status bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies

What is it

This is boilerplate for fully modular web UIs based on ReactJS and Redux + PostCSS with CSS Modules.

Builds are done by Webpack, which is connecting everything together, giving the technology that allows us to achieve full modularity and separation without any overhead.

Getting started with development

To start, clone the repo and

npm i
npm start

Your app will be available on http://localhost:3000 in Hot Module Replacement mode.

Technologies

Additional tools

Dev build, watch and serve

To build dev code (unminified + sourcemaps)

npm run build: dev

To watch for changes and rebuild

npm run build:watch

Hot module replacement

To start server in HMR mode, making it available at http://localhost:3000

npm start

Production build

npm run build:Production

Running tests

Single run

npm test

Watch

Watch for changes and reload tests (provides Jest-cli commands)

npm test:watch

Test + generate coverage report

Test code, genenerate html and JSON coverage and also output it in terminal

npm test:coverage

#Build size analysis Guves you html page with zoomable tree view of how your depencencies influence your build size dependencies.

npm run build:analyze

Serving built data

To serve your App in web server mode making it available at http://localhost:3000

npm run serve-static

GH pages deployment

Work in progress

Check for updates

Provides you with a list of updates so you can choose if you want ot keep some of your dependencies up to date.

npm run check-updates

Modularity and separation

Real readme + demo and other goodies are coming up

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].