https://github.com/anoop-singh-dev/weather-info-app
Weather information web app
https://github.com/anoop-singh-dev/weather-info-app
bootstrap css html javascript jsx reactjs
Last synced: 3 months ago
JSON representation
Weather information web app
- Host: GitHub
- URL: https://github.com/anoop-singh-dev/weather-info-app
- Owner: anoop-singh-dev
- Created: 2018-08-15T18:48:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:22:50.000Z (over 3 years ago)
- Last Synced: 2025-10-09T08:16:42.322Z (9 months ago)
- Topics: bootstrap, css, html, javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://sharp-curie-f048b5.netlify.com/
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-info-app
### Demo
Live demo - https://sharp-curie-f048b5.netlify.com/
`Allow Insecure content blocked`
### Prerequisites
---
Install `NodeJs` and `npm`.
### Setup
---
To build the examples locally, run:
```
npm install
npm start
```
```
yarn install
yarn start
```
For build
```
yarn build
npm run build
```
- Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.
