An open API service indexing awesome lists of open source software.

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

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
```