Node.js , typescript , Angular , VScode
(Step 1)
Download click to download node.js
instal the setup as default settings.
1-- run
checking the instaled version of node
node –v
2--instaling the Typescript
run
npm install –g typescript –save
3--instaling the angular framework
run
npm install –g @angular/cli
4--instaling Vscode click to download vscode
(Step 2)
run
sysdm.cpl
step--1 select Advance settings.
step--2 click environmental variables.
step--3 click Path and edit.
step--4 click new.
step--5 paste C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Node.js
step--6 checking the instaled version of node
run
node –v
(step 3)
1-- run
node
if this arrow shows than wallah!
2-- to exit node,run
ctrl c
ctrl c
3-- Open Vscode < create new file < open terminal < chage powershell to cmd prompt.
4-- __run terminal of vs code __
ng new project_name
working directories
- ReactJS (front-end)
- NodeJS (back-end)
- Express (NodeJS Framework)
- MongoDB (database)
- Visual Studio code (text editor)
Copyright 2020 Karan Mehra
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.