jakji93 / airon-fitness

AIRON Fitness is an AI-powered fitness companion supporting your personal health journey by delivering customized fitness and meal plans tailored to your goals and preferences.
https://airon-fitness.onrender.com/
MIT License
3 stars 2 forks source link

chore: setup react and install redux #5

Closed d-x-s closed 1 year ago

d-x-s commented 1 year ago

Install core dependencies and Redux with:

npx create-react-app my-app
cd my-app
npm start

npm install redux
npm install react-redux