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

https://github.com/alinz/parcel-ssr-code-splitting

Super minimum Parcel, SSR(Streaming) and Code Splitting
https://github.com/alinz/parcel-ssr-code-splitting

code-splitting minimalistic parceljs react react-loadable ssr ssr-streaming

Last synced: 3 months ago
JSON representation

Super minimum Parcel, SSR(Streaming) and Code Splitting

Awesome Lists containing this project

README

        

# Example of using Parceljs along with react-loadable, SSR and code-splitting

### installation

clone the project and type `yarn` inside the project

### for development

```
yarn dev
```

### for production

the following command will build both client and server using Parceljs

```
yarn build
```

the next command will run the SSR

```
yarn ssr
```