A basic react app which searches and displays images using unsplash api
- Nodejs
- npm
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.