https://github.com/tenphi/isomorphic-react-weather-app
Demo of the Isomorphic React Weather App
https://github.com/tenphi/isomorphic-react-weather-app
Last synced: about 1 month ago
JSON representation
Demo of the Isomorphic React Weather App
- Host: GitHub
- URL: https://github.com/tenphi/isomorphic-react-weather-app
- Owner: tenphi
- Created: 2018-12-11T12:12:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T20:38:28.000Z (over 7 years ago)
- Last Synced: 2025-03-21T23:43:03.982Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://weather.tenphi.me
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of the Isomorphic React Weather App
## Installation
To try out the app:
```bash
$ git clone http://github.com/tenphi/isomorphic-react-weather-app.git
$ cd isomorphic-react-weather-app
$ npm install
$ npm start
```
Go to [http://localhost:8080](http://localhost:8080)
You can also specify application port:
```
$ PORT=80 npm start
```
## Development
```
$ npm run start:dev
```
It will run dev server and webpack bundling in watch mode.
Go to [http://localhost:8080](http://localhost:8080)