https://github.com/distributed-lab/react-tw-template
React tailwind template
https://github.com/distributed-lab/react-tw-template
Last synced: 7 months ago
JSON representation
React tailwind template
- Host: GitHub
- URL: https://github.com/distributed-lab/react-tw-template
- Owner: distributed-lab
- Created: 2024-09-27T13:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-04T11:15:24.000Z (7 months ago)
- Last Synced: 2025-08-04T15:38:20.259Z (7 months ago)
- Language: TypeScript
- Size: 4.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# React Tailwind Template
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn start
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Build docker image with version
```dockerfile
docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t my-app .
```
### Dealing with env variables
Env variables can be rewritten by [env.is] (./static/env.js) file in runtime. To do so, we need to provide same [env variables](.env.example) there in json format