simple-picture-gallery/picture-gallery-client
Stefan Forstenlechner 31e3162c48
Build and publish docker image snapshot / build-and-publish (push) Successful in 1m27s Details
Change FolderGallery to rows layout
In column layout the folders are ordered by column.
Row layout is the correct one to choose, but it has weird behaviour
 regarding row height. Changed `targetRowHeight` so that it hopefully
 behaves a little nicer.
2024-09-23 23:16:11 +02:00
..
public migrate to vite + update dependencies 2024-08-15 20:34:18 +02:00
src Change FolderGallery to rows layout 2024-09-23 23:16:11 +02:00
.env fix env transformation during runtime 2024-08-15 20:34:19 +02:00
.env.example fix env transformation during runtime 2024-08-15 20:34:19 +02:00
.eslintrc.json migrate to vite + update dependencies 2024-08-15 20:34:18 +02:00
.gitignore temp commit 2022-04-09 19:53:20 +02:00
.prettierignore format commit 2022-04-09 20:26:42 +02:00
README.md initial commit 2022-04-09 13:30:58 +02:00
index.html fix env transformation during runtime 2024-08-15 20:34:19 +02:00
jest.config.ts fix expanded folder on load 2022-09-18 18:18:41 +02:00
package-lock.json No need to set `loading={"lazy"}` 2024-08-22 12:00:53 +02:00
package.json No need to set `loading={"lazy"}` 2024-08-22 12:00:53 +02:00
package.minimize.docker.json split between api and html router 2024-08-15 20:34:20 +02:00
tsconfig.json Activate typescript strict mode for server 2024-09-04 20:29:23 +02:00
vite.config.ts migrate jest to vitest in client 2024-08-19 13:06:58 +02:00

README.md

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.