https://github.com/six-two/react_template
Apply a template to a react app
https://github.com/six-two/react_template
Last synced: 10 months ago
JSON representation
Apply a template to a react app
- Host: GitHub
- URL: https://github.com/six-two/react_template
- Owner: six-two
- License: mit
- Created: 2020-06-19T01:43:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T11:49:08.000Z (over 4 years ago)
- Last Synced: 2025-03-27T20:38:56.060Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React template
A simple app that can apply a template to a react projects index file.
I use it to have all of my react apps have the same look.
## Installation
Install packages (example below for Arch Linux):
```
pacman -S --needed sassc
```
Install python dependencies:
```
python3 -m pip install -r requirements.txt
```
## TODO
- Add an (optional) language chooser to the template
- Add default args value to defaults.py