Skip to content

BraisC/Marvel-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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