A production-like application in React using OVH Design System
The goal of this application is to check how ODS components are behaving in a real-like application (are they working as expected, are they easy to use, what can be improved, ...).
The application is built on top of:
- ODS for the UI components
- React Router for the navigation
- Redux for the state management
- Formik for the form management (until ODS provides a form component)
- DummyJSON for the fake API
You can find an account to log in in the following list.
You need to have NodeJS (v18+) installed on your local machine.
git clone [email protected]:dpellier/ods-playground-react.git
cd ods-playground-react
npm inpm start
Start a local server with live reload enabled.
npm run build
Bundle the application to be production ready.
npm run preview
Start a local server that use the production bundled sources.