- MEAN Blueprints
- Robert Onodi
- 104字
- 2021-07-16 10:40:19
Chapter 1. Contact Manager
In this chapter, you'll learn how to build a Contact manager application. The application will be divided into two separate parts: one part consisting of the backend, our Node.js API written using Express, and the client application crafted using Angular 2.
Don't worry! This chapter will be more of a guideline, setting up a base project and wrapping your head around TDD (short for Test-driven development) in Node.js. We'll also get to see Angular 2 in action. We are not going to write tests on the client side as there are enough things to accumulate in one chapter.
推薦閱讀
- JavaScript前端開發模塊化教程
- Hadoop+Spark大數據分析實戰
- Mastering LibGDX Game Development
- Web全棧工程師的自我修養
- Interactive Applications Using Matplotlib
- QGIS By Example
- 軟件工程基礎與實訓教程
- C語言從入門到精通
- VMware vSphere Design Essentials
- 一覽眾山小:ASP.NET Web開發修行實錄
- Learning ROS for Robotics Programming
- Django 2.0 入門與實踐
- Netty 4核心原理與手寫RPC框架實戰
- 深入理解Android:WebKit卷
- C#.NET程序設計