Skip to content

nezhar/skeleton-angular

Repository files navigation

skeleton-angular

A Cookiecutter 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:
  • 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

Project related external resources