This starter-kyt should serve as the base for an advanced, server and client-rendered React app.
- run
kyt-cli setup
- select
universal
from the list of starter-kyts
The following are some of the tools included in this starter-kyt:
- Express - Server-side rendering
- React - Component library
- React Router - Server and client routing
- Sass Modules - CSS Modules with a Sass pre-processor for styles
- Enzyme - React component testing
- As a performance optimization, React Router routes are loaded dynamically and chunked separately using the ES2015
import()
directive. See more about Webpack 2 support and dynamic routing.
Want to build your own starter-kyt? See directions here.