https://github.com/iac-factory/front-end
IaC-Factory's Front-End Mono-Repository
https://github.com/iac-factory/front-end
Last synced: 2 months ago
JSON representation
IaC-Factory's Front-End Mono-Repository
- Host: GitHub
- URL: https://github.com/iac-factory/front-end
- Owner: iac-factory
- License: bsd-3-clause
- Created: 2022-06-05T13:40:30.000Z (about 3 years ago)
- Default Branch: Development
- Last Pushed: 2023-03-03T00:16:41.000Z (over 2 years ago)
- Last Synced: 2025-02-08T17:44:58.768Z (4 months ago)
- Language: TypeScript
- Size: 4.8 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Release Tagging ##
**Example**
```bash
git tag --annotate "0.1.117" --message "Basic Form + Proof of Concept Example"
```### Pushing Tags to VCS ###
```bash
git push --follow-tags
```## Conventional Commit Messages ##
**Justification**
- Automatic generation of `CHANGELOG.md`s
- Consistent, deterministic semantic version bumps
- Communication of changes to teammates, the public, and other stakeholders
- Triggering build and publish processes
- Facilitates contributions (internal and external) by allowing developers to explore a more structured commit history### Usage ###
### Additional Note(s) ###
> *Doesn't Standardized-Commits Discourage Rapid Development & AGILE?*
- It discourages moving fast *in a disorganized way*. Semantic commits helps development teams to move fast **and** long term across
multiple projects with varied contributors.#### References ####
- [Specification](https://www.conventionalcommits.org/en/v1.0.0/#specification)
- [FAQ](https://www.conventionalcommits.org/en/v1.0.0/#faq)---
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the web-application in the development mode.
### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the web-application for production to the `build` folder.
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.