Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 668 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 668 Bytes

Marvel-database

Vanilla JS Practice Project

Link to see it live

Project made from scratch to practice what I learnt the past few months (HTML5, SASS and ES6 Javascipt)

If you want to run this project locally in your computer follow this steps:

Get a Marvel API Key on Marvel Developer
Clone or download the repo
From the root project folder
npm install
Create a .env file like this
API_KEY = (put your marvel api key here)
To launch a live server
npm run start
To do a production build
npm run build