Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.75 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.75 KB

Rick and Morty API

📜 Rick and Morty API built with Next JS, React and Tailwind

🔗 Live Demo: rick-and-morty.ekurt.dev

rick-and-morty

✨ Features

💻 Tech Stack

JavaScript HTML5 CSS3 Next JS React TailwindCSS Vercel Yarn

⚙️ Development

Clone remote repo to your local

git clone https://github.com/ekurt/rick-and-morty-api.git

Change directory

cd rick-and-morty-api

Install dependencies

yarn

Happy Hacking 🎉

yarn dev

Build:

yarn build

Lint:

yarn lint