The react.js front-end for Argonaut
First make sure the API is running on http://localhost:4000, then:
yarn install
yarn start
yarn build
to build the production assets and serve them using your favorite web server.
In a production environment you need to whitelist your front-end app's URL so it can connect to the backend using websockets. Search for WS_ALLOWED_ORIGINS
in the backend app source.
Shipping of Argonaut was made possible by Gopal Adhikari and the following contributors.
- Alan Baird (@abaird)
- Chris Doggett (@DoggettCK)
- Chris Hutchinson (@chutch1994)
- Lucas Nestor (@lnestor)
- Matt Bramson (@mbramson)
- Mike Lustig (@Anachronomer)