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
- Host: GitHub
- URL: https://github.com/alinz/parcel-ssr-code-splitting
- Owner: alinz
- Created: 2018-02-09T01:15:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T01:26:36.000Z (over 7 years ago)
- Last Synced: 2025-04-10T00:43:15.585Z (3 months ago)
- Topics: code-splitting, minimalistic, parceljs, react, react-loadable, ssr, ssr-streaming
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```