Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reload/daft
Damn (Awesome) Frontend Tooling
https://github.com/reload/daft
Last synced: about 5 hours ago
JSON representation
Damn (Awesome) Frontend Tooling
- Host: GitHub
- URL: https://github.com/reload/daft
- Owner: reload
- Created: 2021-07-23T18:37:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T11:57:53.000Z (17 days ago)
- Last Synced: 2024-11-01T12:29:18.418Z (17 days ago)
- Language: TypeScript
- Homepage:
- Size: 7.33 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![daft_small](https://figmage.com/images/IPdWAod-s1xzh1NEJAZSF.png)
## D(A)FT
**Damn (Awesome) Frontend Tooling**
### Install
```sh
npm install @reloaddk/daft --save-dev
```The above package contains everything you would need to have your frontend up
and running.### Configuration
Take a look in `/packages/daft/config`. These are example configs that provides
a good starting point but might as well be used as is.Copy them into your own project. In root or at custom theme level dependant upon
your setup.#### SASS
During development if you aren't able to have SASS changes trigger, remember to
add `--poll` to your watch script as seen in `example/package.json`, `css:watch`
command.### [Example](https://daft.reload.dk/)
An example app is provided in `/packages/example`
and is shown at [https://daft.reload.dk/](https://daft.reload.dk/).