• Stars
    star
    372
  • Rank 112,588 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React signup form

react-signup-form

Demo http://codepen.io/mikepro4/full/pvKYZG/

  1. npm install
  2. npm start – will create /build directory
  3. Go to /build directory and type python -m SimpleHTTPServer
  4. Go to localhost:8000

Will be watching LESS and JS files and compiling them into /build.

For deploying to production: NODE_ENV=production gulp deploy – will create /dist directory with compiled and minified single javascript file