you can find out the live demo of formium in the following link: Formium address link
and you can aslo find out the formium storybook in the link below: Formium Storybook address link
In the root project directory, you can run the following commands:
Run the app in the development mode.
Open http://127.0.0.1:5173 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production and yout can find out the built folder in ther root directory dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
In order to see the storybook in local mode you shoud run this command and open http://localhost:6006 to see on browser.
node: v16.15.0 npm: v8.5.5