1.project setup
create react project:
insdie gym folder ,do:
>> npx create-react-app gym
install all dependencies to be used:
To install all the dependencies used in this project ,run:
> > npm i react-horizontal-scrolling-menu react-loader-spinner react-router-dom @mui/icons-material @mui/material @emotion/react @emotion/styled
or you can download my package.json and run:
> > npm install
But if run in any trouble,use:
> > npm install --legacy-peer-depps
This would install all dependencies of exact same version as in my package.json
now download and put assets folder(icons and images) to src folder.
add css to app.css folder .It has basic classes to be used in project's elements.
Comments
Post a Comment