-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from bitovi/run-through/updates
links
- Loading branch information
Showing
4 changed files
with
32 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,25 @@ | ||
npx nx run shell:dev | ||
npx nx run-many -t dev | ||
npx nx run-many -t dev --parallel=10 | ||
|
||
nx run <package-name>:<script> | ||
nx run-many -t <script> | ||
|
||
```json | ||
{ | ||
"extends": "nx/presets/npm.json", | ||
"$schema": "./node_modules/nx/schemas/nx-schema.json", | ||
"tasksRunnerOptions": { | ||
"default": { | ||
"runner": "nx/tasks-runners/default", | ||
"options": { | ||
"cacheableOperations": [ | ||
"typecheck", | ||
"lint", | ||
"depcheck", | ||
"test", | ||
"clean", | ||
"build" | ||
] | ||
} | ||
} | ||
}, | ||
"targetDefaults": { | ||
"typecheck": { | ||
"dependsOn": ["^build"] | ||
}, | ||
"test": { | ||
"dependsOn": ["^build"] | ||
}, | ||
"build": { | ||
"dependsOn": ["^build", "clean"] | ||
}, | ||
"dev": { | ||
"dependsOn": ["^build"] | ||
} | ||
} | ||
} | ||
<div align="center"> | ||
<h1>Enterprise Grade Micro Frontends</h1> | ||
<strong>Dive into the world of Micro Frontends in this dynamic workshop designed for intermediate and advanced developers</strong> | ||
</div> | ||
|
||
<hr /> | ||
|
||
## Hello - Nice to meet you! | ||
|
||
This application is a tool to help developers learn about micro frontends and is part of a larger workshop called Enterprise Grade Micro Frontends. The slides and additional resources can be found on our website here. | ||
|
||
If you have any questions or need further assistance, please join our community on [Bitovi's Discord](https://discord.gg/uNZFcEMw), where many developers are available to help. Enjoy exploring and learning! | ||
|
||
## Here's Some Helpful Scripts | ||
|
||
```sh | ||
# nx run <package-name>:<script> | ||
# nx run-many -t <script> | ||
|
||
# Ex | ||
nx run shell:dev | ||
|
||
# Ex | ||
nx run-many -t dev --parallel=10 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters