Movie info description service. Visit the link https://chill-room.netlify.com/movies
on your web browser to view the web app.
To run the application locally, perform the following instructions:
-
Clone the application from this url:
$ git clone https://github.com/khwilo/chill-room.git
-
Change directory to go to the clone project.
-
Run the command
npm install
on the terminal to install the application dependecies. -
To start the application run,
npm start
. This will open the application on a web browser or you can visit the linkhttp://localhost:4200
to view the application.