Simple page to search and download images. This project was born from the need to explore other technologies and, at the same time, seeks to be as light and minimalist as possible.
Install the necessary dependencies to transpile the source code using yarn
Command | Description |
---|---|
yarn start |
It generates a development server at: http://localhost:8080/ |
yarn build |
It generates a ./dist folder in the root of the project, where the static files needed for production are stored. |
yarn docs |
It generates a ./docs folder with the documentation. |