1.0 Environment Setup
Environment Setup
NodeJS NPM
Node Js is the engine that widely used for backend
application development, it is also used for the server-side programming, non-blocking
and event – driven server-side typical website and APIs.
Install latest LTS (Long Time Support) version of NodeJS
from https://nodejs.org/en/ official
website. Once it will install you can use NPM in your command prompt.
Angular CLI
Angular CLI is the command line interface for angular
command. You can use command in terminal for create, access, start application
from command prompt.
This will give direct access to developer to deal with the
application and save the time for developing diff files to create the
functionality in application.
To install angular CLI use the following command in your terminal,
Install Visual Studio Code
This is an IDE that is used to write the code for many languages
such as C, C++, Java, php, Angular Type Script etc.
To install this software, you need to download it from https://visualstudio.microsoft.com/
official site.
After installing this software, you need to add some
extension in this software to smart and quick coding.
·
Tabnine AI: Tabnine is an AI code
assistant that makes you a better developer. Whole-line and full-function code
completions right in your editor.
·
Prettier: Prettier is a brilliant tool
that makes your code more consistent and readable. It does this by
automatically adding a style guide to your project.
·
Angular Snippets: A utility for adding
Syncfusion Angular components in the HTML file of an Angular application.
·
JSON to TS: It will convert your JSON
array code in type script
·
ESLint: ESLint is a static code analysis
tool for identifying problematic patterns found in JavaScript code.
·
Angular Language Service
·
Auto Rename Tag
·
Code Spell Checker
GIT
https://git-scm.com/download
is the official site from where you can download the git software.
Git is a distributed version control system that allows you
to keep track of changes made to your files over time.
You can also download the GIT Desktop software from https://desktop.github.com/ , this
software if UI to manage the git commands in your desktop. We will learn both.
Comments
Post a Comment