2.0.1 • Published 2 months ago

@gudhub/ssg-website-blog-cli v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

README

This package need to be installed globaly!

npm i @gudhub/ssg-website-blog-cli -g

After installation, go to directory, you want to create template for website, and run:

create-gudhub-blog-website

Then, choose options in the terminal. After project creation and node modules installing, go to folder and run:

npm run dev

This will start bundler (webpack) in development mode. If you don't have gudhub web server configured yet, and want to see the result of your work, you need to start @gudhub/webserver in local development mode see @gudhub/webserver readme

For production build of your website use:

npm run build