Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 384 Bytes

react-pics

A basic react app which searches and displays images using unsplash api

Requirements

  • Nodejs
  • npm

Steps

Install Nodejs from the official website

Get create-react-app for similar app creation

$ npm install create-react-app

Get dependencies and start the server

$ npm install 
$ npm start

Go to your localhost to see the app running.