Project | Techs | Installation | Test | License
This repo contains a test for the Front-end Developer position at Méliuz.
Deployed here.
First you need to clone the project using git clone https://github.com/leoronne/meliuz-frontend-test.git
.
Then you can install the application using npm install
or yarn install
on the client and server directory.
To start the application interface just run npm run start:web
or yarn start:web
on the root dir of the folder.
To start the application server just run npm run dev:server
or yarn dev:server
on the root dir of the folder.
Note: you need to create a .env file on the server directory and one on the client directory based on the example files.
You can generate the Comic Vine API Key here.
- MIT license
- Copyright 2020 © Leonardo Ronne.