- 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
推薦閱讀
- Visual C++程序設計學習筆記
- Android Jetpack開發:原理解析與應用實戰
- Oracle從新手到高手
- Python 深度學習
- Visual Basic程序設計習題解答與上機指導
- C/C++數據結構與算法速學速用大辭典
- 快速入門與進階:Creo 4·0全實例精講
- Learning Material Design
- Learning Modular Java Programming
- Everyday Data Structures
- PHP與MySQL權威指南
- Ext JS 4 Plugin and Extension Development
- Qt 4開發實踐
- 數據結構:Python語言描述
- 例說FPGA:可直接用于工程項目的第一手經驗