Technologies | Preview | Getting started | Project
This project was developed using the following technologies:
Clone the project and access the folder
$ git clone https://github.com/pricarrenho/marvel-app && cd marvel-app
Add environment
# Add your environment variable based on .env.example
REACT_APP_PRIVATE_KEY=//add here your marvel api private key
REACT_APP_PUBLIC_KEY=//add here your marvel api public key
Follow the steps below
# Install the dependencies
$ npm install
# Start the project
$ npm start
Or with Yarn
# Install the dependencies
$ yarn install
# Start the project
$ yarn start
Marvel was developed to validate knowledge in React.
Made with 💜 by Priscilla Carrenho