mirror of
https://github.com/bendtherules/buildit-weather-app.git
synced 2026-08-18 13:42:14 +00:00
37 lines
861 B
Markdown
37 lines
861 B
Markdown
Weather App
|
|
-------------
|
|
Hosted at https://weathery.netlify.com
|
|
|
|

|
|
|
|

|
|
|
|
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.
|