- 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
推薦閱讀
- Delphi程序設計基礎:教程、實驗、習題
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Java性能權威指南(第2版)
- CouchDB and PHP Web Development Beginner’s Guide
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Learning Raspbian
- 數據結構習題解析與實驗指導
- jQuery從入門到精通(微課精編版)
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Learning Unreal Engine Game Development
- 數據結構:Python語言描述
- Koa與Node.js開發實戰
- Isomorphic Go
- PHP 7 Programming Blueprints