A server-rendering single page client application built with React and Typescript. Connects to the HydroScan API for data.
Simply install the dependencies and start the server. The .env file should point to a running instance of the HydroScan API.
$ cp .env.sample .env
$ npm install
$ npm run start
- Fork it (https://github.com/hydroscan/hydroscan-web/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request