Still in development.
This project was bootstrapped with Create React App.
A website made for Radio Rilindja using React and Sanity.io which is a CMS I'm using as a backend service with real-time datastore.
You can visit the website here
"tailwindcss": "^3.4.1"
"i18next": "^23.7.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.1"
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
npm test
Launches the test runner in the interactive watch mode.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
npm run dev
in 'backend' folder through cdRuns the Sanity.io server on the local machine.
Open http://localhost:3333 to view it in your browser.