https://github.com/skitsanos/icejs-ssr
Example on how to use SSR with Ice.js
https://github.com/skitsanos/icejs-ssr
alibaba aliyun arco-design bytedance bytedance-sdk ice icejs netlify netlify-deployment netlify-frontend netlify-functions react react-ssr react-ssr-demo
Last synced: 7 months ago
JSON representation
Example on how to use SSR with Ice.js
- Host: GitHub
- URL: https://github.com/skitsanos/icejs-ssr
- Owner: skitsanos
- Created: 2022-11-25T11:30:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T20:44:07.000Z (10 months ago)
- Last Synced: 2025-01-15T20:19:55.500Z (9 months ago)
- Topics: alibaba, aliyun, arco-design, bytedance, bytedance-sdk, ice, icejs, netlify, netlify-deployment, netlify-frontend, netlify-functions, react, react-ssr, react-ssr-demo
- Language: TypeScript
- Homepage: https://icejs-ssr.netlify.app/
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Icejs-SSR
Example on how to use SSR with Ice.js
### Deploying to Netlify
> You need to remove from dist, where ice build saves output, all the HTML files generated.
**Build and bundle your application**
```shell
ice build
```**Deploy**
```shell
netlify deploy --prod
```