- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 81字
- 2021-07-02 23:24:26
Installing software
For us to successfully develop the Angular-Giphy App, we need to have Node.js installed (https://nodejs.org/en). We will be using NPM (https://www.npmjs.com) to download the required modules via the Angular CLI.
Once Node.js is installed, open a new command prompt/terminal and run the following:
npm install -g @angular/cli
This will go ahead and install the Angular CLI generator. That is all we would need to start developing our app.
Note: I have used angular-cli version 1.0.0 to build this app.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Angular UI Development with PrimeNG
- OpenCV實例精解
- TestNG Beginner's Guide
- R語言編程指南
- 深入理解Java7:核心技術與最佳實踐
- 深入淺出DPDK
- Redis Essentials
- Python機器學習經典實例
- Spring Boot Cookbook
- Django Design Patterns and Best Practices
- Python大規模機器學習
- Mastering Embedded Linux Programming
- 3D Printing Designs:The Sun Puzzle
- Parallel Programming with Python