File tree 1 file changed +15
-9
lines changed
1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
- # Angular Community UA
1
+ # Проєкт для українськомовної Angular спільноти в Telegram
2
2
3
- < a alt = " Nx logo " href = " https://nx.dev " target = " _blank " rel = " noreferrer " >< img src = " https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png " width = " 45 " ></ a >
3
+ https://t.me/angular_community_ua
4
4
5
- ✨ ** This workspace has been generated by [ Nx, a Smart, fast and extensible build system. ] ( https://nx.dev ) ** ✨
5
+ ## Встановлення залежностей
6
6
7
- ## Understand this workspace
7
+ ``` bash
8
+ $ npm install
9
+ ```
8
10
9
- Run ` nx graph ` to see a diagram of the dependencies of the projects.
11
+ ## Запуск проєктів
10
12
11
- ## Remote caching
13
+ ** Рекомендація: встановити розширення "Nx Console" для VSCode і запускати проєкти через нього. **
12
14
13
- Run ` npx nx connect-to-nx-cloud ` to enable [ remote caching ] ( https://nx.app ) and make CI faster.
15
+ Альтернатива командами:
14
16
15
- ## Further help
17
+ ``` bash
18
+ # host
19
+ $ npx nx serve host
16
20
17
- Visit the [ Nx Documentation] ( https://nx.dev ) to learn more.
21
+ # code-review mfe
22
+ $ npx nx serve code-review
23
+ ```
You can’t perform that action at this time.
0 commit comments