Live demo available here.
This is a sign up form built with React, Redux, and redux-form, and styled using SASS. It is my recreation of challenge 001 of the React Daily UI challenge by Fullstack React.
Empty Form | Form Validation | Original (Fullstack React) |
---|---|---|
Clone the repo and cd into the newly-created 001-sign-up-form
folder:
git clone https://github.com/CodeWithOz/001-sign-up-form.git
cd 001-sign-up-form/
Install dependencies and run the dev server:
npm install
npm start
Run npm test
.
This project was bootstrapped with Create React App so all its cli options are available.
I use forever
to serve
the app on the production server, so the serve script in the
package.json
file accounts for this (as explained
here).