Home > Database > Mysql Tutorial > body text

Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL

DDD
Release: 2024-10-10 06:07:03
Original
331 people have browsed it

Download the below Software based on your Operating System

1) MySQL (note the password while installing it will we used later)
https://dev.mysql.com/downloads/workbench/

Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL

2) Visual Studio code https://code.visualstudio.com/download

3) Node js (version which is compatible with angular https://angular.dev/reference/versions)

https://nodejs.org/en/download/prebuilt-installer

Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL

After installation of above software

For installing Angular follow the steps below

1) Open command prompt in windows type the below command

npm install @angular/cli-g

Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL

Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL

2) Once installation done type

npm --version

3) Press enter and then type

ng --version

4) Both times version should be displayed (your version can be different from the image shown below)

Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL

For references: https://angular.dev/installation

This completes the basic software needed for Full Stack Development with Angular, Node.js and MySQL

The above is the detailed content of Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!