Skip to content

A super bare-bones starter template for a static site! Just sass, html, and live reloading ✨

Notifications You must be signed in to change notification settings

bholmesdev/simple-site-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

npm install

Spin up the dev server

npm start

This will spin up a local development server (using Vercel's serve) with live reloading for file changes.

Build for production

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

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

A super bare-bones starter template for a static site! Just sass, html, and live reloading ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors