WeatherStation user interface using Relay Modern.
Install the javascript packages needed by the application:
npm install
Start the development web server:
npm start
Now, you can open http://localhost:8080/
in a browser.
The application requires the backend in order to provide the services. Follow the instructions of JavierDelgadoFernandez/weatherstation
If you modify the GraphQL query, you will have to recompile the files:
npm run relay