Skip to content

antonybudianto/cra-universal-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRA universal demo

This repo is generated with create-react-app and integrated with cra-universal

Development

Run client:

npm start

Run server:

npm run crau:start

Open http://localhost:3001/ for the SSR-ready app.

Build

Run both client and server

npm run crau:build

Serve bundle locally

cd dist
npm i
npm run serve

License

MIT

About

create-react-app + cra-universal integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published