Skip to content

Boilerplate for creation of static websites with TypeScript, SCSS, and HTML.

License

Notifications You must be signed in to change notification settings

emensch/static-site-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-site-template

Boilerplate template for the creation of static websites with TypeScript, SCSS, and HTML.

Installation

git clone https://github.com/emensch/static-site-template
cd static-site-template
npm install

Usage

src/ contains all of your site assets: scripts, styles, etc.

And then...

Development

To run the built-in webpack dev server (with HMR!):

npm start 

Your site will be served on http://localhost:1337/ 😇

Production

To create a production-ready bundle:

npm run build

To deploy, serve the contents of dist/ from a web server!

About

Boilerplate for creation of static websites with TypeScript, SCSS, and HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages