https://github.com/datadavev/siteshow
Simplified listing of a github site
https://github.com/datadavev/siteshow
Last synced: 5 months ago
JSON representation
Simplified listing of a github site
- Host: GitHub
- URL: https://github.com/datadavev/siteshow
- Owner: datadavev
- License: apache-2.0
- Created: 2020-11-30T15:47:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:48:57.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:27:34.474Z (over 1 year ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
# vanilla-template
Vanilla website with yarn, sass, webpack
Use as a template in GitHub.
Build and run locally with live reload:
----
yarn dev
----
Build for production:
----
yarn build
----
Then take `./public` and place on the server.
References:
* https://blog.bitsrc.io/build-a-website-with-modern-tooling-and-no-frameworks-a33e65099f9