For development, you will only need Node.js installed on your environment. And please use the appropriate Editorconfig plugin for your Editor (not mandatory).
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v14.20.0
$ npm --version
v8.18.0
You will need to use a Terminal. On OS X, you can find the default terminal in
/Applications/Utilities/Terminal.app
.
Please install Homebrew if it's not already done with the following command.
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
If everything when fine, you should run
brew install node
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
$ npm install
$ ng serve --open
$ ng test
- Implemented a frisbee list component.
- Implemented a frisbee detail component.
- Added Basic Test Cases for components.
- We can add proper Authentication Process where user can signup/Login with email and password.
- We can Add Cart page.
- We can Add checkout page.
- We can add detailed test cases.
- We can add Profile page.
- We can add profile CRUD.