https://github.com/samsamskies/form-refactor
React-Bootstrap Form Demo
https://github.com/samsamskies/form-refactor
Last synced: over 1 year ago
JSON representation
React-Bootstrap Form Demo
- Host: GitHub
- URL: https://github.com/samsamskies/form-refactor
- Owner: SamSamskies
- Created: 2015-11-27T00:14:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T17:47:09.000Z (over 10 years ago)
- Last Synced: 2025-03-08T22:07:42.434Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://samsamskies.github.io/form-refactor/
- Size: 804 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form Refactor Example
This is a challenge for the course Building High Conversion Web Forms on Udacity.
- https://www.udacity.com/course/viewer#!/c-ud890/l-5243991811/e-5456468687/m-5447511002
I decided to try out React-Bootstrap while solving this challenge.
- http://react-bootstrap.github.io/
## Usage
1. Install dependencies
```
npm install
```
2. Run browserify command to get started. You'll need to run this command everytime you make changes to the JavaScript.
```
npm run browserify
```