You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,7 +67,7 @@ You can use EF console commands for development and Migrator.exe for production.
65
67
66
68
### Multi-Tenancy
67
69
68
-
ASP.NET Zero supports multi-tenant and single-tenant applications. Multi-tenancy is **enabled by default**. If you don't have an idea about multi-tenancy, you can read it on [wikipedia.org/wiki/Multitenancy](https://en.wikipedia.org/wiki/Multitenancy). If you don't want to create a multi-tenant application, you can **disable** it by setting **AbpZeroTemplateConsts.MultiTenancyEnabled** to false in the ***.Core.Shared** project.
70
+
ASP.NET Zero supports multi-tenant and single-tenant applications. Multi-tenancy is **enabled by default**. If you don't have an idea about multi-tenancy, you can read it on [wikipedia.org/wiki/Multitenancy](https://en.wikipedia.org/wiki/Multitenancy). If you don't want to create a multi-tenant application, you can **disable** it by setting **PhoneBookDemoConsts.MultiTenancyEnabled** to false in the ***.Core.Shared** project.
69
71
70
72
### Run API Host
71
73
@@ -100,22 +102,17 @@ Navigate to the Angular folder, open a command line and run the following comman
100
102
101
103
yarn
102
104
103
-
**Note:** If you downloaded merged project then you should run commands on Host folder not Angular.
105
+
**Note:** If you downloaded merged project then you should run commands on `Host` folder not `Angular` folder.
104
106
105
-
We suggest to use [yarn](https://yarnpkg.com/) because npm has some
106
-
problems. It is slow and can not consistently resolve dependencies, yarn
107
-
solves those problems and it is compatible to npm as well.
107
+
We suggest to use [yarn](https://yarnpkg.com/) because NPM has some problems. It is slow and can not consistently resolve dependencies, yarn solves those problems and it is compatible to NPM as well.
108
108
109
109
### Running The Application
110
110
111
111
Open the command line and run the following command:
112
112
113
113
npm start
114
114
115
-
Once the application compiled, you can browse <http://localhost:4200> in
116
-
your browser. ASP.NET Zero also has also **HMR** (Hot Module Replacement)
117
-
enabled. You can use the following command (instead of npm start) to
118
-
enable HMR on development time:
115
+
Once the application compiled, you can browse <http://localhost:4200> in your browser. ASP.NET Zero also has also **HMR** (Hot Module Replacement) enabled. You can use the following command (instead of NPM start) to enable HMR on development time:
0 commit comments