Book Descr iption to Finelybook sorting Learn how to build web applications from three Microsoft MVPs. After building the data application layer using Entity Framework Core and a RESTful service using ASP.NET Core, you will then build the client sid
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。
描述
框架Typescr ipt入门资料库。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test cove