scaffold-static
lets you automate the local development environment setup and build static sites (vanilla-JS) with ease.
npm install -g scaffold-static
If you have installed scaffold-static
globally,
scaffold-static new <project_name>
or, you could use it with npx
npx scaffold-static new <project_name>
- Supply
--use-npm
to usenpm
as the package manager.
- Choose your favourite CSS framework to work with.
Currently the following CSS frameworks are supported:-
-
scaffold-static
generates the bare minimum boilerplate template with necessarywebpack
configurations to build the project for production.A
webpack.config.js
file is made available which depends on the following packages:-- html-webpack-plugin: Simplifies creation of HTML files to serve your webpack bundles.
- css-loader - interprets
@import
andurl()
likeimport/require()
and will resolve them. - style-loader - Injects CSS into the DOM.
-
Leverage the advantages put forward by
webpack-dev-server
such as Hot Module Replacement essentially adding it to the DX.
Please see the contributing guidelines
GNU GPL V3
- Created by James George
- Logo by Caneco