Files
buildit-weather-app/README.md
T

39 lines
916 B
Markdown

Weather App
-------------
Hosted at https://weathery.netlify.com
Initial view
![Screenshot Initial](./screenshot_init.png)
Expanded view (after clicking on any day)
![Screenshot Expanded](./screenshot_expanded.png)
Install
--------
`npm i`
Installs all dependencies locally.
Test
-----
`npm test`
Launches the test runner in the interactive watch mode.
Running the app
---------------
`npm start`
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
`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.
The build is minified and the filenames include the hashes.
To host the build folder, host it with a server with `/*` redirected to `index.html` (for routing to work correctly).
To see it in action right now, please visit https://weathery.netlify.com.