Crawls every accessible link in your application and generates static HTML.
npx create-nullstatic-app
The default output folder is "static".
If you ran into problems with
npx
, read about the knownnpx
bug.
To select a new folder run:
npx create-nullstatic-app folder-name
Refer to the Nullstack Repository for more information.
create-nullstatic-app is released under the MIT License.