https://github.com/synthetic-borealis/fe-templates
https://github.com/synthetic-borealis/fe-templates
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synthetic-borealis/fe-templates
- Owner: synthetic-borealis
- Created: 2022-06-14T10:59:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T12:58:55.000Z (over 2 years ago)
- Last Synced: 2024-12-31T09:18:29.545Z (6 months ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front End templates
Miscellaneous front-end project templates## Usage
```bash
$ npx degit synthetic-borealis/fe-templates/
```## Available Templates
* ```react-js``` - React + Jest + ESLint.
* ```react-js-sass``` - React + Sass + Jest + ESLint.
* ```react-ts``` - React + TypeScript + Jest + ESLint.
* ```react-ts-sass``` - React + TypeScript + Sass + Jest + ESLint.
* ```solid-ts``` - Solid + TypeScript + Jest + ESLint.
* ```solid-ts-sass``` - Solid + TypeScript + Sass + Jest + ESLint.