Application prepared for the purpose of recruitment to Mirumee.
The live version has been launched at my GitHub Page.
Production Build
- Install dependencies
npm install - Build the project
npm build - Run generated
index.htmlin/distdirectory
Development Server
- Install dependencies
npm install - Run development server
npm start - Go to
http://localhost:8080/in your web browser
Used technologies
- React
- Apollo Client
- Local Storage
I used own copy of GraphQL SWAPI deployed to Heroku because of CORS problems.
If I had started sooner I would have added unit tests with TDD.