Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azizmashkour/lykke-random-test
https://github.com/azizmashkour/lykke-random-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azizmashkour/lykke-random-test
- Owner: azizmashkour
- Created: 2019-02-04T17:50:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:20:16.000Z (about 2 years ago)
- Last Synced: 2024-10-14T10:54:35.638Z (3 months ago)
- Language: JavaScript
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
![image](https://github.com/azizmashkour/lykke-random/blob/master/public/preview.png)# Lykke Gallery
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](http://reactjs.org)
## Quick Start
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](https://changelog.com/posts/install-node-js-with-homebrew-on-os-x) and install them.## Available Scripts
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](http://localhost:3000) to view it in the browser.### Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
### `npm run build` fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify