react-signup-form
npm installnpm start– will create/builddirectory- Go to
/builddirectory and typepython -m SimpleHTTPServer - 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
For deploying to production: NODE_ENV=production gulp deploy – will create /dist directory with compiled and minified single javascript file
Codepen Demo
See the Pen React signup form example by Mikhail Proniushkin (@mikepro4) on CodePen.