Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.22 KB

Rick and Morty (Frontend)

Last Update : 23/01/2022

More About the Project

You can follow these links for more about this project.

Built With

Running Locally

Make sure you have Node.js and the NPM installed.

$ git clone https://github.com/seydanurdemir/rick-and-morty-frontend.git
$ cd rick-and-morty-frontend
$ npm install
$ npm start
$ npm run build

Your client should now be running on http://localhost:3000/ .