Boilerplate for react apps with: React ⚛️, styled-components 💅, SSR.
- npm start - start dev server
- npm run build - create bundle and assets
- npm run build:server - build for ssr
- npm run start:server - start ssr
- npm run bundle-report - run bundle analyzer
- bash scripts/install - install dependencies
- bash scripts/build - build front and server
SSR server also provide testing data so it must be running first.
Redux with ssr and thunk with_redux branch
MobX experiments mobX branch
Jest, react-testing-library, Enzyme tests branch