Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 195 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 195 Bytes

React SSR template with code splitting

Installation

npm install

Development mode (with hot-reloading)

npm run dev

Production mode

npm run build
npm start