An open API service indexing awesome lists of open source software.

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 ✨

Awesome Lists containing this project

README

          

A super basic static site starter 🚀



Version

Twitter: bholmesdev

> 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)_