Redux Starter Kit is a boilerplate for SPA development.
- Redux/App shell architecture
- Server-side rendering support
- ES6 support
- Sass and Myth support
- Built-in HTTP server
- Performance optimization
- Offline support
Install dependencies
npm install
Start local server on port 3000 by default
npm run dev
Go through these tutorials Performance Engineering with React and A Deep Dive into React Perf Debugging for best practices of building high performance React application.