Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gribouille/template-halogen-tailwind
Project's template for PureScript + Halogen + Tailwind
https://github.com/gribouille/template-halogen-tailwind
Last synced: 13 days ago
JSON representation
Project's template for PureScript + Halogen + Tailwind
- Host: GitHub
- URL: https://github.com/gribouille/template-halogen-tailwind
- Owner: gribouille
- License: mit
- Created: 2022-07-02T13:52:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T21:39:25.000Z (over 2 years ago)
- Last Synced: 2023-03-10T14:53:01.970Z (over 1 year ago)
- Language: PureScript
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-halogen-tailwind
Project's template for PureScript + Halogen + Tailwind.
## Objectives
- [ ] move to JsonCodec
- [ ] dockerfile
- [ ] Logger
- [ ] Console
- [ ] Web
- [ ] Sentry
- [ ] Login
- [ ] Page
- [ ] Logic## Usage
Run the development mode:
```
make dev
```Build for the production:
```
make build
```## Contributing
Feedback and contributions are very welcome.
## License
This project is licensed under [MIT License](./LICENSE).