alinz / parcel-ssr-code-splitting

Super minimum Parcel, SSR(Streaming) and Code Splitting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Super minimum Parcel, SSR(Streaming) and Code Splitting


Languages

Language:JavaScript 80.5%Language:HTML 19.5%