An open API service indexing awesome lists of open source software.

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

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
```