Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogoo/file-uploader
Built with StencilJS
https://github.com/cogoo/file-uploader
google-cloud stenciljs
Last synced: 24 days ago
JSON representation
Built with StencilJS
- Host: GitHub
- URL: https://github.com/cogoo/file-uploader
- Owner: cogoo
- License: mit
- Created: 2019-03-16T11:42:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T23:56:58.000Z (over 1 year ago)
- Last Synced: 2023-03-02T17:02:40.574Z (over 1 year ago)
- Topics: google-cloud, stenciljs
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# File Uploader
A simple file uploader built with StencilJS
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Installing
Clone the project
```
git clone https://github.com/cogoo/file-uploader.git
```Install dependencies
```
npm i
```Rename `.env.example.js` to `.env.js` and replace `` with your cloud storage bucket name
```
const env = {
GCS_BUCKET: '',
};
```To run this project:
```bash
npm start
```To build the app for production, run:
```bash
npm run build
```To run the unit tests once, run:
```
npm test
```To run the unit tests and watch for file changes during development, run:
```
npm run test.watch
```## Built With
* [StencilJS](https://stenciljs.com/) - The JS framework used
## Authors
* **Colin Ogoo** - *Initial work* - [cogoo](https://github.com/cogoo)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details