React signup form example
react-signup-form
npm install
npm start
– will create/build
directory- Go to
/build
directory 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.