Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/minion
Single Page Application Boilerplate.
https://github.com/clivern/minion
angular angular-boilerplate boilerplate-template bulma bulma-css-framework hacktoberfest single-page-app spa
Last synced: about 6 hours ago
JSON representation
Single Page Application Boilerplate.
- Host: GitHub
- URL: https://github.com/clivern/minion
- Owner: Clivern
- License: mit
- Created: 2019-08-05T19:14:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:26:18.000Z (6 months ago)
- Last Synced: 2024-05-22T15:45:24.512Z (6 months ago)
- Topics: angular, angular-boilerplate, boilerplate-template, bulma, bulma-css-framework, hacktoberfest, single-page-app, spa
- Language: TypeScript
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Minion
A Single Page Application Boilerplate.
## Documentation
Install dependencies:
```zsh
$ make config
```Run the project backend (API):
```zsh
$ make backend
```Run the project frontend:
```zsh
$ make frontend
```Run with docker
```zsh
$ make deploy
```## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Minion is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/minion/releases) for changelogs for each release version of Minion. It contains summaries of the most noteworthy changes made in each release.
## Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/minion/issues
## Security Issues
If you discover a security vulnerability within Minion, please send an email to [[email protected]](mailto:[email protected])
## Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
© 2019, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
**Minion** is authored and maintained by [@Clivern](http://github.com/clivern).