Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarsil/cookiecutter-angular
A simple cookiecutter with Angular 11 and Bootstrap 4.6
https://github.com/tarsil/cookiecutter-angular
Last synced: 10 days ago
JSON representation
A simple cookiecutter with Angular 11 and Bootstrap 4.6
- Host: GitHub
- URL: https://github.com/tarsil/cookiecutter-angular
- Owner: tarsil
- License: mit
- Created: 2021-05-18T20:32:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T15:40:08.000Z (over 2 years ago)
- Last Synced: 2024-10-30T03:49:30.726Z (about 2 months ago)
- Language: TypeScript
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter Angular + Bootstrap 5
We all struggle to start a project with angular and bootstrap.
This cookiecutter aims only to speedup that same start with a
given structure of folders.This cookiecutter offers functionalities such as connecting with JWT
and more that can be reused as needed, don't feel compeled to use exactly like this.## Table of Contents
---
1. [Requirements](#requirements)
2. [Installation](#installation)
3. [Information](#information)---
## Requirements
1. [NodeJS](https://nodejs.org/en/)
2. [Cookiecutter](https://cookiecutter.readthedocs.io/en/1.7.2/)## Installation
* `cookiecutter https://github.com/tarsil/cookiecutter-angular` and follow the instructions
Disclaimer: You should aim to call your project without `-` but instead use `_`
## Information
The project comes with simple bootstrap integration and some folder structure.
A `Makefile` is also provided and to access the commands simply run `make`.