https://github.com/palerdot/simple-form-widget
Simple two step form created with react
https://github.com/palerdot/simple-form-widget
Last synced: 10 months ago
JSON representation
Simple two step form created with react
- Host: GitHub
- URL: https://github.com/palerdot/simple-form-widget
- Owner: palerdot
- Created: 2018-03-23T20:07:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T20:10:34.000Z (about 8 years ago)
- Last Synced: 2025-02-11T14:51:27.075Z (over 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Form Widget
Simple two step form widget created using react
## Setting up
This project is bootstrapped with `create-react-app`. Please make sure you have **latest node** (preferable 6+)
```javascript
// install dependencies
yarn install
// start the dev server
yarn start
// you can also make a production build and run the stuff inside the build folder
// run the tests
yarn test
```