mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
.. | ||
build | ||
client | ||
server | ||
.babelrc | ||
.editorconfig | ||
.gitignore | ||
config.json | ||
index.d.ts | ||
index.html | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tsconfig.json | ||
tslint.json |
Commands
client:dev
- Start developing environment of client content.client:build
- Build client content.server:dev
- Start developing environment of ssr server.server:build
- Build ssr content.build-all
- Runclient:build
andserver:build
at same time. Please run this command for deployment.start:dev
- Runclient:dev
andserver:dev
at same time. Please run this command for development.start:prod
- Start ssr server in production environment. You should runbuild-all
first to make it works.