Front-end application to give an interface to the articles published in the Brazilian Symposium on Human Factors in Computing Systems.
- Have NPM installed on your machine
- Have IHC Docker Service running on your machine. Check in this repository how to do it.
- Clone this repository
- Open the folder in terminal
- Check if
src/index.js
is usingDEV_LINK
to run development mode - Run
npm install
- Run
npm run dev
The project should be up and running!
The React App should start automatically at: http://localhost:3000/papers-ihc-interface/#/
Check API at: http://localhost:9100/graphql