Skip to content

Commit 00411a6

Browse files
committed
update readme
1 parent e53e5c3 commit 00411a6

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://semaphoreci.com/api/v1/angularru/angular-universal-starter/branches/master/badge.svg)](https://semaphoreci.com/angularru/angular-universal-starter)
44

5-
[Русская версия](/README-RU.md)
5+
[Русская версия](./README-RU.md)
66

77
Repository with Angular CLI and Angular Universal
88

@@ -14,45 +14,45 @@ Repository with Angular CLI and Angular Universal
1414

1515
# Plans:
1616
- [x] Angular 5
17-
- [x] `document is not defined` and` window is not defined` - [here] (./ defined.md)
18-
- [x] [Angular Material2] (https://material.angular.io/) ** UI components ** - [individual branch] (https://github.com/Angular-RU/angular-universal-starter/ tree / material2)
19-
- [x] [Primeng] (https://www.primefaces.org/primeng/) ** UI components ** - [individual branch] (https://github.com/Angular-RU/angular-universal-starter / tree / primeng)
17+
- [x] `document is not defined` and` window is not defined` - [here](./defined.md)
18+
- [x] [Angular Material2] (https://material.angular.io/) ** UI components ** - [individual branch](https://github.com/Angular-RU/angular-universal-starter/tree/material2)
19+
- [x] [Primeng] (https://www.primefaces.org/primeng/) ** UI components ** - [individual branch] (https://github.com/Angular-RU/angular-universal-starter/tree/primeng)
2020
- [x] modules import depending on the platform (`MockServerBrowserModule`)
2121
- [x] execution of queries to api on the server `TransferHttp`
2222
- [x] work with cookies on the server `UniversalStorage`
23-
- [x] Uses ** [ngx-meta] (https://github.com/fulls1z3/ngx-meta) ** for SEO (* title, meta tags, and Open Graph tags for social sharing *).
23+
- [x] Uses ** [ngx-meta](https://github.com/fulls1z3/ngx-meta) ** for SEO (*title, meta tags, and Open Graph tags for social sharing*).
2424
- [x] uses ngx-translate to support internationalization (i18n)
2525
- [x] uses ORIGIN_URL - for absolute queries
26-
- [] @ angular / service-worker
26+
- [] @ angular/service-worker
2727
- [] Ionic - it is necessary to compile the web version while there are problems [separate branch] (https://github.com/Angular-RU/angular-universal-starter/tree/ionic)
2828

2929
## How to start
30-
- `yarn` or` npm install`
31-
- `yarn start` or` npm run start` - for client rendering
32-
- `yarn ssr` or` npm run ssr` - for server-side rendering
33-
- `yarn build:universal` or` npm run build:universal` - for assembly in release
34-
- `yarn server` or` npm run server` - to start the server
35-
- `yarn build:prerender` or` npm run build:prerender` - to generate static by `static.paths.ts`
36-
- how to run watch: once: `yarn ssr: cw` or` npm run ssr:cw`, once: `yarn ssr:sw` or` npm run ssr:sw`, after each change: `yarn ssr:server `or` npm run ssr:server`
30+
- `yarn` or `npm install`
31+
- `yarn start` or `npm run start` - for client rendering
32+
- `yarn ssr` or `npm run ssr` - for server-side rendering
33+
- `yarn build:universal` or `npm run build:universal` - for assembly in release
34+
- `yarn server` or `npm run server` - to start the server
35+
- `yarn build:prerender` or `npm run build:prerender` - to generate static by `static.paths.ts`
36+
- how to run watch: once: `yarn ssr:cw` or `npm run ssr:cw`, once: `yarn ssr:sw` or `npm run ssr:sw`, after each change: `yarn ssr:server` or `npm run ssr:server`
3737

3838
## How to use this repository in your project:
3939
To transfer ssr to your repository, you need the following files:
40-
 - .angular-cli.json
41-
 - server.ts
42-
 - prerender.ts
43-
 - webpack.config.js
44-
 - main.server.ts
45-
 - main.browser.ts
46-
 - modules / *
47-
 - forStorage / *
48-
 - environments / *
49-
 - app.browser.module.ts
50-
 - app.server.module.ts
40+
- .angular-cli.json
41+
- server.ts
42+
- prerender.ts
43+
- webpack.config.js
44+
- main.server.ts
45+
- main.browser.ts
46+
- modules/*
47+
- forStorage/*
48+
- environments/*
49+
- app.browser.module.ts
50+
- app.server.module.ts
5151

5252
## References
5353
Official example in English: https://github.com/angular/universal-starter
5454
Modules used for universal:
55-
- https://github.com/angular/universal/tree/master/modules/aspnetcore-engine -web for .net core
55+
- https://github.com/angular/universal/tree/master/modules/aspnetcore-engine - web for .net core
5656
- https://github.com/angular/universal/tree/master/modules/common - TransferHttpCacheModule, at the moment I do not use it if you know where and why it should be installed - write to me or in issue, pull request
5757
- https://github.com/angular/universal/tree/master/modules/express-engine - Express Engine to run the rendering in node, in our application is used. Please note that the current version is not lower than 5.0.0-beta.5
5858
- https://github.com/angular/universal/tree/master/modules/hapi-engine - Hapi Engine is an alternative engine for rendering. In the example is not used, in principle in the connection scheme does not differ from express-engine

0 commit comments

Comments
 (0)