Welcome to RedwoodJS!
Prerequisites
- Redwood requires Node.js (>=14.19.x <=16.x) and Yarn (>=1.15)
- Are you on Windows? For best results, follow our Windows development setup guide
Start by installing dependencies:
yarn install
Then change into that directory and start the development server:
cd my-redwood-project
yarn redwood dev
Your browser should automatically open to http://localhost:8910 where you'll see the Welcome Page, which links out to a ton of great resources.
- Using Chakra UI to build a form
- Using the "as" props to render the form elements as RedwoodJS form elements
- Using useForm hook to get error status
- Control the error display by accessing the error status from the hook
- Use validation just like on a RedwoodJS Form element but actually on a Chakra UI