Skip to content

tommymarshall/react-multi-step-form

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

React Multi-Step Form

Screenshot

If you are new to Gulp, Browserify, or build tools in general be sure to check out the blog post for more context and the Wiki for some additional background knowledge.

Install npm dependencies

npm install

Run gulp

gulp

This will run the default gulp task defined in gulp/tasks/default.js, which does the following:

  • Run 'watch', which has 2 task dependencies, ['setWatch', 'browserSync']
  • setWatch sets a variable that tells the browserify task whether or not to use watchify.
  • browserSync has build as a task dependecy, so that all your assets will be processed before browserSync tries to serve them to you in the browser.
  • build includes the following tasks: ['browserify', 'sass', 'markup']
  • Compile and move these files to build/ folder, and be served on your localhost at port 3000.
  • Run appropriate tasks on when source files change and refresh the browser.

About

Simple way to use state in a multi-step registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published