Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)