All Projects → HydroCarbons → redux-react-boilerplate-2018

HydroCarbons / redux-react-boilerplate-2018

Licence: other
Redux enabled boilerplate for React, react-bootstrap, babel and webpack ready for 2018

Programming Languages

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

Projects that are alternatives of or similar to redux-react-boilerplate-2018

react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (+116.67%)
Mutual labels:  react-boilerplate, react-bootstrap
okiba
Sharp collection of tools for front-end development, created with performance in mind. 🗡
Stars: ✭ 26 (+116.67%)
Mutual labels:  modern
VBA-Better-Array
An array class for VBA providing features found in more modern languages
Stars: ✭ 77 (+541.67%)
Mutual labels:  modern
cli-template
⚗ The most advanced CLI template on earth! Featuring automatic releases, website generation and a custom CI-System out of the box.
Stars: ✭ 43 (+258.33%)
Mutual labels:  modern
mint-ui
Design System | React UI components for web
Stars: ✭ 17 (+41.67%)
Mutual labels:  modern
react-combine-contexts
🚀Use multiple React Contexts without pain.
Stars: ✭ 23 (+91.67%)
Mutual labels:  react-dom
react-register-nodes
Register DOM Nodes in React
Stars: ✭ 32 (+166.67%)
Mutual labels:  react-dom
PowerUp-2018
The FRC 2018 programming repository for FRC Team 3695, Foximus Prime
Stars: ✭ 16 (+33.33%)
Mutual labels:  2018
pnglib-es6
Create png images in pure javascript (modern & fast ES6 version using typed Arrays)
Stars: ✭ 41 (+241.67%)
Mutual labels:  modern
cforum
https://github.com/ckruse/cforum_ex/
Stars: ✭ 22 (+83.33%)
Mutual labels:  modern
2018-Tencent-Lookalike
2018-腾讯广告算法大赛-相似人群拓展(初赛):10th/1563 (Top 0.64%)
Stars: ✭ 46 (+283.33%)
Mutual labels:  2018
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+583.33%)
Mutual labels:  react-boilerplate
rsuite.github.io
React Suite documentation site. The library will stop updating. For documentation related issues, please visit https://github.com/rsuite/rsuite/tree/master/docs.
Stars: ✭ 41 (+241.67%)
Mutual labels:  react-dom
React-TypeScript-Boilerplate-Example
React + TypeScript + Redux Boilerplate Example
Stars: ✭ 18 (+50%)
Mutual labels:  react-boilerplate
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (+0%)
Mutual labels:  react-boilerplate
htr-united
Ground Truth Resources for the HTR of patrimonial documents
Stars: ✭ 23 (+91.67%)
Mutual labels:  modern
nabbyl
A web app to get the color palette from your favorite albums.
Stars: ✭ 22 (+83.33%)
Mutual labels:  react-dom
react-boilerplate
Boilerplate for ReactJS apps in Front.band
Stars: ✭ 22 (+83.33%)
Mutual labels:  react-boilerplate
next-react-boilerplate
🔥 NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (+66.67%)
Mutual labels:  react-boilerplate
MSI-Modern15-Hackintosh
My MSI Modern 15 Hackintosh repo
Stars: ✭ 16 (+33.33%)
Mutual labels:  modern

A redux enabled react app boilerplate (2018)

React + Redux + React-Bootrstrap + Babel + WebPack + Stage-2 with hot module replacement And a basic ToDo App

I made this redux and stage-2 enabled boilerplate to quickly get and up running with React+Redux programming with a dev and prod build and traspilation pipeline. You can also use react-bootstrap https://react-bootstrap.github.io/ components.

Prepare

  1. NodeJS
    https://nodejs.org/en/download/
  2. Webpack npm install --global webpack
  3. Clone this repository $ https://github.com/HydroCarbons/redux-react-boilerplate-2018.git
  4. Switch to project* cd redux-react-boilerplate-2018
  5. Install Depedencies* npm install

Development Environment

  1. Start
 npm start
  1. App running in your broswer
 http://localhost:8081

Production Environment

  1. Create build
  npm run build
  1. On successful completion, 'dist' folder will be created with app files.
1. bundle.js
2. bundle.js.map
3. <guid>.png << Application Icon
4. index.html

App

Go to App

Alt text

Build Pipeline

Build Pipeline

License

This project is licensed under the Apache License 2.0, Copyright (c) 2018 HydroCarbons. For more information see LICENSE.md.

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