- Open terminal/cmd and write
git clone https://github.com/enygf3/weather - Write
cd ./weather - Write
npm install - Write
npm start
Done✅
./src - folder that contain all components of this app
./src/components - There are all the components of the app. Each component's folder in it contain a .js file with the same name as folder
./src/img - App images(.webp)
./src/style - Folder with .sass(styles) of the app
./ - folder that contain source code and all the config files