0.0.1 • Published 5 years ago

create-static-pages v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Create Static Pages

Create Static Pages is a tool that helps you quickly scaffold boilerplate code for a streamlined local development environment perfect for building static pages powered by plain old HTML, (S)CSS, and JavaScript (ES6).

Getting Started

npx create-static-pages my-site
cd my-site
npm start