Weather forecast using www.metaweather.com
.
Listed below are the technologies that are used within this project.
This project uses Node Packages and uses Yarn as package manager. Install NodeJS and run this command npm install -g yarn
to install yarn.
This installs all the necessary node modules for the application
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
This command triggers the coverage report.
This command format the code. Alternatively one can hook this command to the IDE.
Show all the lint errors.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.