create-statik-site
v2.2.6
Published
``` npx create-statik-site project-name ```
Downloads
37
Maintainers
Readme
create-statik-site
npx create-statik-site project-nameThis will create a new statik-site in the directory project-name relative to the current working directory
After installation do...
cd project-name
npm install
npm startWhen returning to the project simply run
npm start