This project was bootstrapped with Create React App.
The React App allows the user to run a image search and present found images according to the image list.
This Project was created using React Js
1- Clone this repository by downloading directly or running this command:
git clone [email protected]:azizmashkour/lykke-random.git
2- Install dependencies by running yarn
or npm install
from the project directory to install all dependencies. In case your don't have them installed, go
here and install them.
1- Make sure you have Docker installed on your machine.
2- In the project directory, run the command bellow: docker image build -t react:app .
3- Once completed, run this: docker container run -it -p 3000:3000 react:app
and you're done.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify