bleenco / ngx-uploader

Angular File Uploader
https://ngx-uploader.jankuri.me
MIT License
756 stars 348 forks source link

ngx-uploader

Angular File Uploader

https://ngx-uploader.jankuri.me

Installation

Add ngx-uploader module as dependency to your project.

npm install ngx-uploader --save

or using yarn:

yarn add ngx-uploader

Running demo on local machine

Building demo source code

npm run build:prod
node dist/api/index.js

Then open your browser at http://localhost:4900.

Running demo using Docker

docker build -t ngx-uploader .
docker run -it --rm -p 4900:4900 ngx-uploader

Again, you are ready to open your browser at http://localhost:4900.

LICENCE

MIT