Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mog13/react-express-boilerplate
Template for react with express
https://github.com/mog13/react-express-boilerplate
boilerplate css docker express jest proxy react react-redux react-router redux scss
Last synced: 24 days ago
JSON representation
Template for react with express
- Host: GitHub
- URL: https://github.com/mog13/react-express-boilerplate
- Owner: mog13
- Created: 2020-03-27T18:38:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T23:45:43.000Z (over 1 year ago)
- Last Synced: 2024-10-30T03:57:48.109Z (2 months ago)
- Topics: boilerplate, css, docker, express, jest, proxy, react, react-redux, react-router, redux, scss
- Language: JavaScript
- Size: 1.92 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-express-boilerplate
This project provides a template for projects using a React frontend and express Backend.## Features
### React
- standard react-creat app functionality
- Example Loading, nav and intro components.
- css variables for colouring and spacing
- SASS/SCSS
- Redux with example reducer and actions
- React router
- Page component examples (with lazy loaded pages and fallback loading)
- Proxy for api calls
- extra eslint### Express
- Api endpoint
- static serving build files (and handle react-router)
- nodemon for