forked from devfile/devfile-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Monorepo for web related devfile projects.
License
msivasubramaniaan/devfile-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<
82D6
article class="markdown-body entry-content container-lg" itemprop="text">
Monorepo for web related devfile projects
This project uses yarn
.
It is highly recommended to download the Nx Console extension for your IDE if available.
Run yarn install
to download dependencies.
yarn nx serve <project-name> --configuration=<development | production>
: serves the project's applicationyarn nx build <project-name> --configuration=<development | production>
: builds the project's applicationyarn nx run <project-name>:export
: exports the project's application to be staticyarn nx test <project-name>
: tests the project's applicationyarn nx lint <project-name>
: lints the project's application
yarn create:component <name>
: creates a React componentyarn create:hook <name>
: creates a React hookyarn create:function <name>
: creates a function
Please see our contributing.md.
Apache License 2.0, see LICENSE for details.
About
Monorepo for web related devfile projects.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 85.7%
- Python 4.7%
- CSS 4.3%
- JavaScript 3.2%
- Shell 1.1%
- Dockerfile 1.0%