- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 103字
- 2021-06-30 19:12:17
Creating an Angular application
Before moving on to the individual use cases, we will first create the Angular application which will work as the base for our examples.
Follow the given commands to get up and running with the application:
- Install the Angular CLI:
npm install -g @angular/cli
- Create a new project in the folder of your choice by running the following command:
ng new <project-name>
- After these two steps, you should be able to see the new project created and all the corresponding node modules installed and ready to go.
- To run your application, run the following command from a Terminal:
ng serve
推薦閱讀
- scikit-learn Cookbook
- 深入核心的敏捷開發(fā):ThoughtWorks五大關(guān)鍵實(shí)踐
- 深入理解Bootstrap
- SQL Server從入門到精通(第3版)
- Statistical Application Development with R and Python(Second Edition)
- Instant Debian:Build a Web Server
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Appcelerator Titanium:Patterns and Best Practices
- 實(shí)驗(yàn)編程:PsychoPy從入門到精通
- 大話代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- MySQL數(shù)據(jù)庫教程(視頻指導(dǎo)版)
- Kotlin程序員面試算法寶典
- JavaScript設(shè)計(jì)模式與開發(fā)實(shí)踐
- 編譯原理學(xué)習(xí)與實(shí)踐指導(dǎo)
- MATLAB語言及編程實(shí)踐:生物數(shù)學(xué)模型應(yīng)用