This react.js application creates a small trivia game for Rick and Morty using the API.
You must have the following installed:
- Node.js v10+
- NPM v6+ (comes installed with newer Node versions)
Run npm install
to install all dependencies from NPM.
- To start the aplication in development mode and start a local server
npm run start
- To build the aplication for production:
npm run build
- To test the aplication
npm run test
You can find out more about the API in the following link: https://rickandmortyapi.com/