- Clone master branch from the repository - git clone https://github.com/aa25g15/flytbase-sticky-notes.git
- 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/)
- Open cmd in the root folder and run the command - http-server --port 4200
- Open http://localhost:4200/ in your choice of browser
- Play around with the app!
- The code in master is production build with Ahead of Time (AOT) compilation
- To check the source code, checkout to dev branch - git checkout dev
- To run the source code in Angular development mode, install npm libraries - npm i
- Serve the project using - ng serve
- Open the project in your browser using the url given after compilation