Frontend for site Энергияплюс.рф
- High performance PWA
- Server-side rendering
- Build optimizations, loads only required code
- Code-splitting
- Pages prefetching
- Hot Module Reload in dev mode
- Lazy-loading images
- Responsive design
- SEO optimization
- Apollo-graphql client
- K8s deployment with letsencrypt ssl certificates
npm ci
- Start backend in another terminal: https://github.com/gitslim/eplus-backend
npm run dev
- Open browser at http://localhost:3000/
npm run build
npm run preview