Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdevero/react-typescript-styled-components-boilerplate
Ultra-light React + TypeScript + styled-components boilerplate to help you get started π!
https://github.com/alexdevero/react-typescript-styled-components-boilerplate
boilerplate javascript react reactjs starter starter-template styled-components typescript
Last synced: 24 days ago
JSON representation
Ultra-light React + TypeScript + styled-components boilerplate to help you get started π!
- Host: GitHub
- URL: https://github.com/alexdevero/react-typescript-styled-components-boilerplate
- Owner: alexdevero
- License: mit
- Created: 2018-09-26T08:32:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:45:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:05:29.601Z (about 1 month ago)
- Topics: boilerplate, javascript, react, reactjs, starter, starter-template, styled-components, typescript
- Language: HTML
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
ο»Ώ
## React - TypeScript - Styled-component boilerplate
Minimal React, TypeScript and Styled-components web app boilerplate.
### Table of contents
* [Install](#install)
* [Usage](#usage)
* [Support this project](#support-this-project)
* [Code of Conduct](#code-of-conduct)
* [License](#license)### Install
#### Clone this repo
```
$ git clone https://github.com/alexdevero/react-typescript-styled-components-boilerplate.git
```#### Install dependencies
```
yarn
```
or
```
npm install
```### Usage
#### Start project on local server (go to localhost:1337)
```
yarn start
```
or
```
npm start
```#### Build project (in "dist" folder):
```
yarn run build
```
or
```
npm run build
```#### Test project
```
yarn test
```
or
```
npm test
```### Support this project
Development and maintenance of this project takes a lot of time. If you want to support this project and help its author, there are few ways you can do it:
- Starring and sharing the project
- [![Donate](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?colorB=259cd2)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKLGUUB34ASEL)βmake one-time donations via PayPal.
- [![Donate](https://img.shields.io/badge/Donate-Patreon-brightgreen.svg?colorB=f86213)](https://www.patreon.com/alexdevero)βset up monthly donation via Patreon and get interesting news about what I'm doing.
- βsend bitcoins or ethereum to this address: `19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp`.Thank you!
### Code of Conduct
[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
### License
MIT Β© [Alex Devero](https://alexdevero.com).