Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

79 changes: 18 additions & 61 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# dependencies
/node_modules
/.pnp
.pnp.js

# Dependency directories
node_modules/
jspm_packages/
# testing
/coverage

# Typescript v1 declaration files
typings/
# production
/build

# Optional npm cache directory
.npm
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

package-lock.json
yarn.lock

dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js

node_js:
- 10.8.0

script:
- npm run lint
- npm run build
50 changes: 34 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,44 @@
# File Browser Front-end
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

[![CircleCI](https://img.shields.io/circleci/project/github/filebrowser/frontend.svg?style=flat-square)](https://circleci.com/gh/filebrowser/frontend)
[![npm](https://img.shields.io/npm/v/filebrowser-frontend.svg?style=flat-square)]()
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![Chat IRC](https://img.shields.io/badge/freenode-%23filebrowser-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23filebrowser)
## Available Scripts

> This is an example file with default selections.
In the project directory, you can run:

## Install
### `npm start`

```
npm install filebrowser-frontend
```
Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Usage
The page will reload if you make edits.<br>
You will also see any lint errors in the console.

This package is not prepared to be used by other projects than [File Browser](https://github.com/filebrowser/filebrowser) itself.
### `npm test`

## Contribute
Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

Check the [community repository](https://github.com/filebrowser/community) for more information.
### `npm run build`

## License
Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.

[Apache 2.0](./LICENSE) File Browser Contributors
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t 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 you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
29 changes: 0 additions & 29 deletions build/build.js

This file was deleted.

26 changes: 0 additions & 26 deletions build/config.js

This file was deleted.

33 changes: 0 additions & 33 deletions build/dev.js

This file was deleted.

17 changes: 0 additions & 17 deletions build/service-worker-dev.js

This file was deleted.

55 changes: 0 additions & 55 deletions build/service-worker-prod.js

This file was deleted.

Loading