Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 952 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 952 Bytes

Sticky Notes

Instructions to run the project:

  1. Clone master branch from the repository - git clone https://github.com/aa25g15/flytbase-sticky-notes.git
  2. Install http-server - npm install --global http-server (assuming you have Node.js and NPM installed, otherwise install Node.js - https://nodejs.org/en/download/)
  3. Open cmd in the root folder and run the command - http-server --port 4200
  4. Open http://localhost:4200/ in your choice of browser
  5. Play around with the app!
  6. The code in master is production build with Ahead of Time (AOT) compilation
  7. To check the source code, checkout to dev branch - git checkout dev
  8. To run the source code in Angular development mode, install npm libraries - npm i
  9. Serve the project using - ng serve
  10. Open the project in your browser using the url given after compilation

I hope you likes my project - Thanks! It was one of the screening questions I was asked for a Frontend position.