An open API service indexing awesome lists of open source software.

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

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.