Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarsil/cookiecutter-react
A React Cookiecutter for with the most simplistic structure with Boostrap 5
https://github.com/tarsil/cookiecutter-react
Last synced: 28 days ago
JSON representation
A React Cookiecutter for with the most simplistic structure with Boostrap 5
- Host: GitHub
- URL: https://github.com/tarsil/cookiecutter-react
- Owner: tarsil
- License: mit
- Created: 2022-02-15T16:56:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T17:14:29.000Z (over 2 years ago)
- Last Synced: 2024-10-30T03:49:30.333Z (3 months ago)
- Language: JavaScript
- Size: 454 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 React + Bootstrap 5
We all struggle to start a project with react and bootstrap.
This cookiecutter aims only to speedup that same start with a
given structure of folders and will be constantly updated.This cookiecutter is a verbatim [create-react-app](https://reactjs.org/docs/create-a-new-react-app.html)
with [bootstrap](https://getbootstrap.com/docs/5.1/)This cookiecutter was designed to be used with any backend but it comes with
a working example how to integrate with Django backend and uses also [Django Cookiecutter](https://github.com/tarsil/cookiecutter-django)
as a django base app.**Note:** To integrate with any other backend you must update the
`src/core/clients/AxiosClient.jsx` and `src/core/clients/TokenHelper.jsx` to match
your new settings.## 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-react` 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.