- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 195字
- 2021-06-30 19:12:08
Creating an Angular application
To explore some practical applications of the stack in web development, we will create an Angular application first and use it as a base application, which we will use for subsequent use cases.
Starting off with the latest version of Angular is pretty straightforward. All you need as a prerequisite is to have Node.js preinstalled in your system. To test whether you have Node.js installed on your machine, go to the Terminal on the Mac or the command prompt on Windows and type the following command:
node -v
That should show you the version of Node.js that is installed. If you have something like the following:
node: command not found
This means that you do not have Node.js installed on your machine.
Once you have Node.js set up on your machine, you get access to npm, also known as the node package manager command-line tool, which can be used to set up global dependencies. Using the npm command, we will install the Angular CLI tool, which provides us with many Angular utility methods, including—but not limited to—creating a new project.
- 軟件項目管理(第2版)
- Mastering ServiceStack
- 垃圾回收的算法與實現(xiàn)
- 軟件界面交互設(shè)計基礎(chǔ)
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應用(微課版·第5版)
- Vue.js前端開發(fā)基礎(chǔ)與項目實戰(zhàn)
- 程序員面試算法寶典
- C語言程序設(shè)計教程(第2版)
- Blockly創(chuàng)意趣味編程
- 差分進化算法及其高維多目標優(yōu)化應用
- Getting Started with NativeScript
- Salesforce Reporting and Dashboards
- Yii Project Blueprints
- Java Fundamentals