An open API service indexing awesome lists of open source software.

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

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)