https://github.com/tachyons-css/tachyons-theme-ui
Theme UI implementation of Tachyons
https://github.com/tachyons-css/tachyons-theme-ui
Last synced: about 13 hours ago
JSON representation
Theme UI implementation of Tachyons
- Host: GitHub
- URL: https://github.com/tachyons-css/tachyons-theme-ui
- Owner: tachyons-css
- Created: 2020-04-26T15:19:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T22:57:39.000Z (almost 3 years ago)
- Last Synced: 2025-05-02T05:46:29.788Z (about 2 months ago)
- Language: JavaScript
- Size: 526 KB
- Stars: 27
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Tachyons + Theme-ui + Create React App
## Getting going
To install dependencies
```
npm install
```To start the dev server
```
npm start
```