@starfishx/theme-hg
v0.0.30
Published
> [starfish](https://github.com/A-Horse/starfish) theme
Readme
Hg
starfish theme
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Publish
npm run build and npm run build:ssr must be run before publish, because the starfish build requires dist and dist-server files.
Development
start local server
cd blog-build-static
http-server . -p 8022and start angular dev server
npm run start 