All Projects → a-tarasyuk → rr-boilerplate

a-tarasyuk / rr-boilerplate

Licence: MIT License
A lightweight React&Redux boilerplate

Programming Languages

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

Projects that are alternatives of or similar to rr-boilerplate

Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (+22.86%)
Mutual labels:  jest, css-modules, react-router-v4, webpack4
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (+194.29%)
Mutual labels:  jest, react-router-v4, webpack4
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-65.71%)
Mutual labels:  jest, css-modules, react-router-v4
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+174.29%)
Mutual labels:  react-router-v4, react16, webpack4
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+777.14%)
Mutual labels:  jest, css-modules, webpack4
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 (+171.43%)
Mutual labels:  jest, react-router-v4, webpack4
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (+280%)
Mutual labels:  jest, react-router-v4, webpack4
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+922.86%)
Mutual labels:  jest, css-modules, webpack4
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+120%)
Mutual labels:  jest, react-redux-boilerplate, react-router-v4
React Adventure
⛰ React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (+77.14%)
Mutual labels:  jest, react-router-v4
Nextjs Ts
Opinionated Next JS project boilerplate with TypeScript and Redux
Stars: ✭ 134 (+282.86%)
Mutual labels:  jest, css-modules
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+40108.57%)
Mutual labels:  jest, css-modules
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (+597.14%)
Mutual labels:  jest, css-modules
Helium.js
Automating Universal React Applications
Stars: ✭ 63 (+80%)
Mutual labels:  react-router-v4, react16
webpack-starter
Simple webpack config with babel, scss, and lodash
Stars: ✭ 47 (+34.29%)
Mutual labels:  babel7, webpack4
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+282.86%)
Mutual labels:  jest, css-modules
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (+51.43%)
Mutual labels:  jest, css-modules
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-45.71%)
Mutual labels:  hot-module-replacement, react-router-v4
react-laravel-with-jwt-auth
Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.
Stars: ✭ 75 (+114.29%)
Mutual labels:  react-redux-boilerplate, react-router-v4
Splain
small parser to create more interesting language/sentences
Stars: ✭ 15 (-57.14%)
Mutual labels:  jest, webpack4

React&Redux boilerplate

GitHub license Build Status David David

Lightweight React&Redux boilerplate

Getting started

  1. Clone this repository using git clone --depth=1 https://github.com/a-tarasyuk/rr-boilerplate.git <YourProjectName>
  2. Enter to your project cd <YourProjectName>
  3. Run npm i to install the dependencies
  4. Run npm start to start the local web server
  5. Go to http://localhost:9999

Libraries/Tools

NPM tasks

  • npm start - starts local web server
  • npm test - runs tests
  • npm run start:prod- starts production build and run the local web server
  • npm run build - starts production build (puts result to build folder)
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].