Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nezhar/skeleton-angular
A Cookiecutter template for Angular applications.
https://github.com/nezhar/skeleton-angular
angular cookiecutters hacktoberfest skeleton
Last synced: about 1 month ago
JSON representation
A Cookiecutter template for Angular applications.
- Host: GitHub
- URL: https://github.com/nezhar/skeleton-angular
- Owner: nezhar
- License: mit
- Created: 2020-01-16T08:18:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T18:30:38.000Z (over 3 years ago)
- Last Synced: 2024-11-01T18:11:30.472Z (3 months ago)
- Topics: angular, cookiecutters, hacktoberfest, skeleton
- Language: TypeScript
- Homepage:
- Size: 2.16 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skeleton-angular
A [Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) template for Angular applications.
The skeleton will generate an Angular application, having:
* Angular (HMR and AOT build)
* UI Router with layout configuration
* Global state management
* Multilanguage
* Bootstrap
* Font Awesome
* Gitlab CI configuration
* Template README.md file
* Docker compose configuration for development## Prerequisites
Cookiecutter is a Python based command-line utility that creates projects from project templates (a.k.a. cookiecutters).
You need to have Cookiecutter installed on your system to start a new project with this templates. Follow these
instructions:* Debian/Ubuntu/Mint: `sudo pip install cookiecutter`
* RedHat/CentOS/Fedora: `su -c "pip install cookiecutter"`
* Windows:
* Make sure Python is installed: [Python Releases for Windows](https://www.python.org/downloads/windows/)
* Install Cookiecutter: `pip install --user cookiecutter`
* MacOS:
* Make sure Python is installed: `brew install python3`
* Install Cookiecutter: `pip install --user cookiecutter`## Usage
* Start the project: `cookiecutter https://github.com/anx-hnezbeda/skeleton-angular`
* Follow the instructions in the project's `README.md`
* You're done!## List of developers
* Harald Nezbeda , Lead developer
* Alex Peruzzi , Developer
* Andreas Stocker , former Developer
* Christian Kreuzberger , former Developer## Project related external resources
* [Cookiecutter documentation](https://cookiecutter.readthedocs.io/en/latest/)