All Projects → MadeInHaus → react-flux-gulp-starter

MadeInHaus / react-flux-gulp-starter

Licence: MIT License
A universal boilerplate for building React/Flux apps using Gulp and ES6.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to react-flux-gulp-starter

Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+2010.87%)
Mutual labels:  babel, react-router, webpack2
react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (-34.78%)
Mutual labels:  gulp, react-router, universal
Simple Universal React Redux
The simplest possible Async Universal React & Redux Boilerplate app, that works on both Mac and Windows
Stars: ✭ 58 (+26.09%)
Mutual labels:  babel, react-router, universal
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+667.39%)
Mutual labels:  babel, react-router, universal
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+636.96%)
Mutual labels:  gulp, babel, starter
react-webpack2-skeleton
Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
Stars: ✭ 59 (+28.26%)
Mutual labels:  react-router, universal, webpack2
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (+104.35%)
Mutual labels:  babel, react-router, webpack2
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-30.43%)
Mutual labels:  babel, react-router, universal
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (+41.3%)
Mutual labels:  flux, babel, react-router
react-pits
React 中的坑
Stars: ✭ 29 (-36.96%)
Mutual labels:  flux, babel, react-router
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+219.57%)
Mutual labels:  react-router, universal, webpack2
Hugo theme pickles
Modern, Simple and beautiful Hugo theme
Stars: ✭ 168 (+265.22%)
Mutual labels:  gulp, babel, webpack2
React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (+86.96%)
Mutual labels:  babel, react-router, universal
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+408.7%)
Mutual labels:  babel, react-router, webpack2
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-43.48%)
Mutual labels:  gulp, babel, starter
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+395.65%)
Mutual labels:  gulp, babel, starter
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (-26.09%)
Mutual labels:  gulp, starter
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-47.83%)
Mutual labels:  gulp, starter
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (-34.78%)
Mutual labels:  gulp, starter
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+671.74%)
Mutual labels:  react-router, universal

Universal React-Flux-Gulp Boilerplate

We don't always choose universal React, Flux and Gulp – but when we do, we clone this.

Core

Build tools

Getting Started

This project leverages Docker to run local and remote environments. Here's a quick introduction to Docker via their documentation:

Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries. Because your application can always be run with the environment it expects right in the build image, testing and deployment is simpler than ever, as your build will be fully portable and ready to run as designed in any environment. And because containers are lightweight and run without the extra load of a hypervisor, you can run many applications that all rely on different libraries and environments on a single kernel, each one never interfering with the other. This allows you to get more out of your hardware by shifting the “unit of scale” for your application from a virtual or physical machine, to a container instance.

To get up and running locally, perform the following steps:

  1. Install Docker For Mac
  2. Add an .env file
  3. Run ./dev.sh

The project should be viewable at http://localhost:3000.


Don't want to run Docker? Run it locally...

$ npm install --global gulp
$ npm install
$ gulp

To generate a production build, run the following:

$ gulp production

Documentation

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