Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 809 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 809 Bytes

Frontend Mentor - REST Countries API with color theme switcher

Demo -> https://miguelhg2351.github.io/API-REST-COUNTRIES/

Diseño del sitio

Welcome! 👋

Thanks for checking out this front-end coding challenge.

Frontend Mentor challenges allow you to improve your skills in a real-life workflow.

To do this challenge, you need a good understanding of JavaScript.

Como funciona

El sitio esta construido con frontend HTML, CSS Y JS, el backend webpack, webpack dev server y ejs como motor de plantilla

Como iniciarlo: NPM START

ejecuta el comando webpack-dev-server

Como lo mando a producción NPM RUN BUILD

Ejecuta el comando webpack -P

Los comandos

"start": "webpack-dev-server", "build": "webpack -p"