https://github.com/rahil471/file-upload-angular2-nodejs
File upload with angular 2 and node.js
https://github.com/rahil471/file-upload-angular2-nodejs
angular-2 file-upload nodejs upload-angular2-nodejs
Last synced: 2 months ago
JSON representation
File upload with angular 2 and node.js
- Host: GitHub
- URL: https://github.com/rahil471/file-upload-angular2-nodejs
- Owner: rahil471
- License: mit
- Created: 2016-10-24T03:59:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:37:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T01:24:34.422Z (11 months ago)
- Topics: angular-2, file-upload, nodejs, upload-angular2-nodejs
- Language: TypeScript
- Size: 2.02 MB
- Stars: 28
- Watchers: 2
- Forks: 28
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File-upload-Angular2-Nodejs
File upload with angular 2 and node.js
##Quick Setup
- `git clone https://github.com/rahil471/File-upload-Angular2-Nodejs.git file-upload`
- Navigate into the node app `cd file-upload/node-app`
- Install Dependencies `npm install`
- Install gulp globally `npm install gulp -g`
- To start the node server `gulp`
- Open a new terminal window.
- Navigate into `/angular2-app/`
- Install all dependencies `npm install`
- In some cases you might have to isntall `lite-server` globally `npm i lite-server -g`
- Run the Angular 2 app using `npm start`
Once both applicatons are running you should be able to upload the files.
- Tutorial.
- Demo.