All Projects → cloudfroster → React Workflow

cloudfroster / React Workflow

Licence: mit
Large SPA boilerplate use react redux webpack babel es6 express browsync nodemon...

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Workflow

Hyperflow
HyperFlow: a scientific workflow engine
Stars: ✭ 53 (-18.46%)
Mutual labels:  workflow
Cwl Svg
A library for generating an interactive SVG visualization of CWL workflows
Stars: ✭ 57 (-12.31%)
Mutual labels:  workflow
Orleans.activities
Workflow Foundation (.Net 4.x System.Activities workflows) over Microsoft Orleans framework, providing stable, long-running, extremely scalable processes with XAML designer support.
Stars: ✭ 61 (-6.15%)
Mutual labels:  workflow
Nh Micro
micro service and dynamic script
Stars: ✭ 54 (-16.92%)
Mutual labels:  workflow
Xene
A distributed workflow runner focusing on performance and simplicity.
Stars: ✭ 56 (-13.85%)
Mutual labels:  workflow
Pwrake
Parallel Workflow extension for Rake, runs on multicores, clusters, clouds.
Stars: ✭ 57 (-12.31%)
Mutual labels:  workflow
Argo Workflows
Workflow engine for Kubernetes
Stars: ✭ 10,024 (+15321.54%)
Mutual labels:  workflow
Automation
code generator
Stars: ✭ 65 (+0%)
Mutual labels:  workflow
Drake Examples
Example workflows for the drake R package
Stars: ✭ 57 (-12.31%)
Mutual labels:  workflow
Wordpress Docker Compose
Easy Wordpress development with Docker and Docker Compose
Stars: ✭ 1,107 (+1603.08%)
Mutual labels:  workflow
Zoon
The zoon R package
Stars: ✭ 54 (-16.92%)
Mutual labels:  workflow
Workflow Execution Service Schemas
The WES API is a standard way to run and manage portable workflows.
Stars: ✭ 55 (-15.38%)
Mutual labels:  workflow
Flowchart Editor
基于G6和VUE的可视化流程编辑工具
Stars: ✭ 60 (-7.69%)
Mutual labels:  workflow
Bpmn Elements
Executable workflow elements based on BPMN 2.0
Stars: ✭ 54 (-16.92%)
Mutual labels:  workflow
Variable Injector
Continuous Integration Tool for Swift Projects
Stars: ✭ 63 (-3.08%)
Mutual labels:  workflow
Yetiforcecrm
Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
Stars: ✭ 1,056 (+1524.62%)
Mutual labels:  workflow
Kickstarts
💻 No setup, just development!
Stars: ✭ 57 (-12.31%)
Mutual labels:  workflow
Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (+0%)
Mutual labels:  workflow
Awe
workflow and resource management system for bioinformatics data analysis
Stars: ✭ 63 (-3.08%)
Mutual labels:  workflow
Apple Automation
iOS/macOS 自动化,效率玩法探索。
Stars: ✭ 60 (-7.69%)
Mutual labels:  workflow

React-workflow

Why

  Large SPA application is hard to design, because a lot of things need to consider
  The boilerplate had solved the difficulty for you:
  
  > ES6
  > Modular
  > Component
  > Dynamic routing
  > Base64 encoding
  > File hash cache
  > incremental load
  > Compression combined
  > Time traveling debugger
  > Unidirectional data flow
  > ...

What

React-workflow is a large SPA boilerplate for web development built on top of Facebook's React library,use redux architecture, react-router Node.js / Express server. Containing modern web development tools such as Webpack, Babel and BrowserSync, nodemon and gh-pages to deploy your site to git branch. Helping you make site faster and modern. For beginner and professional developer provide the starting point of a professional high-level react boilerplate. This is not a isomorphic application (′⌒`).

Getting Started

Just clone the repo and run :

Note: your node version need >= 5.0.0

$ npm install
...
$ npm start

Other Commands

$ npm run lint      (lint your js files)
$ npm run start     (start develop model)
$ npm run publish   (copy file and publish your site to git `gh-pages` branch)
$ npm run deploy    (clean bundle server and deploy your application)
...

Directory Layout

.
├── /node_modules/               # 3rd-party libraries and utilities
├── /build/                      # build files
├── /client/                     # The source code of the application for client
├── /server/                     # The source code of express server
├── /tasks/                      # Build automation scripts and utilities
│   ├── /bundle.js               # Bundles the web resources into package(s) through Webpack
│   ├── /clean.js                # Cleans up the output (build) folder
│   ├── /webpack.config.js       # Webpack configuration for application bundles
│   ├── /server.js               # Launches the Node.js/Express web server
│   └── /deploy.js               # bundle and deploy build files to git branch
│   └── /publish.js              # deploy build files to git branch
│   └── /browserSync.js          # browserSync tools and webpack middleware
│   └── /start.js                # Launches the development web server with "live reload"
│── package.json                 # The list of 3rd party libraries and utilities
└── processes.json               # production settings for PM2

Learn More

Make Better

  • if you find bug or have new feature requirements, please let me know
  • welcome PR

Support

License

Copyright © 2014-2015 marchen. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.

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