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
globallynpm 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.