0.1.12 • Published 29 days ago

@haniffalab/cherita-react v0.1.12

Weekly downloads
-
License
-
Repository
github
Last release
29 days ago

Cherita

Development

Install npm

Install packages

npm i

Create a .env file within sites/demo to store environment variables for Vite to use. Within it set REACT_APP_API_URL to the backend API url like

REACT_APP_API_URL=http://localhost:5000/api/

Run the demo app

npm run start-demo

The app will automatically reload when changes are made