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
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
- Install Cookiecutter:
pip install --user cookiecutter
- MacOS:
- Make sure Python is installed:
brew install python3
- Install Cookiecutter:
pip install --user cookiecutter
- Make sure Python is installed:
- Start the project:
cookiecutter https://github.com/anx-hnezbeda/skeleton-angular
- Follow the instructions in the project's
README.md
- You're done!
- Harald Nezbeda [email protected], Lead developer
- Alex Peruzzi [email protected], Developer
- Andreas Stocker [email protected], former Developer
- Christian Kreuzberger [email protected], former Developer