https://github.com/bholmesdev/simple-site-starter
A super bare-bones starter template for a static site! Just sass, html, and live reloading ✨
https://github.com/bholmesdev/simple-site-starter
Last synced: 8 months ago
JSON representation
A super bare-bones starter template for a static site! Just sass, html, and live reloading ✨
- Host: GitHub
- URL: https://github.com/bholmesdev/simple-site-starter
- Owner: bholmesdev
- Created: 2020-08-28T22:45:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-28T23:00:39.000Z (over 5 years ago)
- Last Synced: 2025-02-10T03:23:20.155Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A super basic static site starter 🚀
> A bare-bones starter for a single-page, 100% vanilla website. Nothing crazy! Just HTML, SASS, and some live reloading while you work ✨
## Install those deps
```sh
npm install
```
## Spin up the dev server
```sh
npm start
```
This will spin up a local development server (using [Vercel's serve](https://github.com/vercel/serve)) with live reloading for file changes.
## Build for production
```sh
npm run build
```
This should create a `bundle.js`, `styles.css`, and some static HTML files in the /public directory, without creating the dev server.
## Author
👤 **Ben Holmes**
* Website: https://bholmes.dev
* Twitter: [@bholmesdev](https://twitter.com/bholmesdev)
* Github: [@holben888](https://github.com/holben888)
* LinkedIn: [@bholmesdev](https://linkedin.com/in/bholmesdev)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_