https://github.com/zaydek/retro-test-sass-components
Experimental idea to support ahead-of-time Sass compilation and a component interface
https://github.com/zaydek/retro-test-sass-components
Last synced: over 1 year ago
JSON representation
Experimental idea to support ahead-of-time Sass compilation and a component interface
- Host: GitHub
- URL: https://github.com/zaydek/retro-test-sass-components
- Owner: zaydek
- Created: 2021-04-12T07:17:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T07:26:10.000Z (about 5 years ago)
- Last Synced: 2025-01-24T19:17:18.684Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://optimistic-bartik-6e35f2.netlify.app
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
retro dev
Start the dev server
--port=... Use port (default 8000)
--sourcemap=... Add source maps (default true)
retro build
Build the production-ready build
--sourcemap=... Add source maps (default true)
retro serve
Serve the production-ready build
--port=... Use port (default 8000)
Repositories
https://github.com/zaydek/retro
https://github.com/evanw/esbuild
```