All Projects → didierfranc → Redux React Starter

didierfranc / Redux React Starter

Licence: mit
DEPRECATED use the new https://github.com/didierfranc/react-webpack-4

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redux React Starter

Preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
Stars: ✭ 30,527 (+22182.48%)
Mutual labels:  virtual-dom, components, jsx, preact
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-85.4%)
Mutual labels:  webpack, eslint, preact
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+1091.97%)
Mutual labels:  webpack, eslint, boilerplate
Preact Boilerplate
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Stars: ✭ 959 (+600%)
Mutual labels:  webpack, boilerplate, preact
Vhtml
Render JSX/Hyperscript to HTML strings, without VDOM 🌈
Stars: ✭ 556 (+305.84%)
Mutual labels:  virtual-dom, jsx, preact
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+376.64%)
Mutual labels:  webpack, eslint, boilerplate
React Boilerplate
React Boilerplate
Stars: ✭ 128 (-6.57%)
Mutual labels:  webpack, eslint, boilerplate
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+117.52%)
Mutual labels:  webpack, eslint, boilerplate
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-74.45%)
Mutual labels:  webpack, eslint, boilerplate
Hyperapp One
Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.
Stars: ✭ 129 (-5.84%)
Mutual labels:  eslint, boilerplate, jsx
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-16.79%)
Mutual labels:  webpack, components, jsx
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+180.29%)
Mutual labels:  webpack, boilerplate, preact
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+157.66%)
Mutual labels:  webpack, eslint, boilerplate
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-91.24%)
Mutual labels:  webpack, eslint, boilerplate
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+13569.34%)
Mutual labels:  webpack, eslint, boilerplate
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-2.19%)
Mutual labels:  webpack, eslint, boilerplate
Rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes
Stars: ✭ 265 (+93.43%)
Mutual labels:  webpack, eslint, boilerplate
Threejs Webpack Es6 Boilerplate
A basic boilerplate for a Three.js project compiled with Webpack and transpiled via Babel to enable using ES6 syntax.
Stars: ✭ 267 (+94.89%)
Mutual labels:  webpack, eslint, boilerplate
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-76.64%)
Mutual labels:  webpack, eslint, boilerplate
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-16.06%)
Mutual labels:  webpack, eslint, boilerplate

styled with prettier

Live

redux-react-starter

This repository contains the minimal app to get started with redux, react, hot-reloading, async function and some other great stuffs.

How to

yarn 0.18+ must be present on your machine.

Start

Run webpack-dev-server, get ready to code with hot reloading

yarn start

Share

Share your localhost running app to anyone with an internet connection

yarn ngrok

Build

Bundle your app. It will create index.html, main.[hash].js, vendor.[hash].js and manifest.[hash].js

yarn build

Run your build

yarn prod

Deploy

Surge.sh

surge ./dist -d subdomain.surge.sh

Github Pages

mv dist docs
git push upstream master

Then go to your repository, Settings -> Options -> Github Pages and select /docs folder

What's inside ?

👉 package.json

Tools

If you have not already done so, move to Chrome and install react-developer-tools & redux-devtools

Create-React-App

If you don't care about the process or you don't want to play with your config try create-react-app

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