https://github.com/pop-code/simples3
A simple Amazon s3 browser
https://github.com/pop-code/simples3
Last synced: 3 months ago
JSON representation
A simple Amazon s3 browser
- Host: GitHub
- URL: https://github.com/pop-code/simples3
- Owner: Pop-Code
- Created: 2019-02-20T04:39:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:27:52.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:08:41.576Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleS3
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](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.### `yarn 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.
### `yarn build:electron`
Builds the electron app under the dist folder
### `yarn start:electron`
Run the current dev app in a dev electron container.
### `yarn format`
Format the code