An open API service indexing awesome lists of open source software.

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

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