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.
https://rick-and-morty-api-consumer.web.app/
> 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