Skip to content

Serverless Image Uploading Webapp built with Angular 6

License

Notifications You must be signed in to change notification settings

evvwevv/ImageUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageUploader Build Status

Setting up the project on your local machine

Requires nodejs version 7.0.0 or greater and npm

  1. Clone the repository.

  2. Install angular CLI using the command npm install -g "@angular/cli" from the command line of your choice if not already installed.

  3. Navigate to the directory in which the cloned repository is located, and navigate to the angularFrontend folder in the command line of your choice.

  4. From this directory enter the command npm install. This will install all dependencies necessary for the project to run properly.

  5. Start the development sever with the command npm start.

  6. Congratulations! You should be able to see the project from your browser at localhost:4200.