Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 665 Bytes

rick-and-morty-api-consumer

A web app that consumes the Rick and Morty API and renders characters with their information.

Written in html, vanilla js and sass. Serving with expressjs.

This coding task is designed by Nondas Fakopoulos.

Live demo:

https://rick-and-morty-api-consumer.web.app/

npm scripts:

> npm install -> download dependencies

> npm run build -> compiles and bundles the project source files

> npm run watch -> watches for file changes and re-compiles them

> npm start -> serves app on localhost