thandonguocmo2020 / File-upload-Angular2-Nodejs

File upload with angular 2 and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

File upload with angular 2 and node.js

License:MIT License


Languages

Language:TypeScript 57.8%Language:JavaScript 34.2%Language:HTML 8.0%