Form with validation.
This example was bootstrapped with Create React FormExampleSimple.
npm install --save @hubblr/hubblr-react-components
- You can run
npm install
and thennpm start
to test your package
- Make sure tests pass with
npm test
- Change the version number in package.json (see guidelines for semantic versioning)
- Build the project with
npm build
- Publish the newest version with
npm publish
- Deploy the newest example to github pages with
npm run deploy
MIT © LennartWeihs