https://github.com/rl4444/react-express-simple-full-stack-boilerplate-with-react-router
React full stack with Express backend & React Router navigation. Styled Components and React Icons included.
https://github.com/rl4444/react-express-simple-full-stack-boilerplate-with-react-router
Last synced: 3 months ago
JSON representation
React full stack with Express backend & React Router navigation. Styled Components and React Icons included.
- Host: GitHub
- URL: https://github.com/rl4444/react-express-simple-full-stack-boilerplate-with-react-router
- Owner: RL4444
- Created: 2020-09-07T13:58:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T14:06:32.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:41:22.434Z (4 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Fullstack app with Express / Node backend, React Router, Styled-Components and React-Icons
This is a very basic full stack boilerplate for people looking to quick start a React w/ Express backend app.
## Starting the Backend
Express.js server serving backend api files
install dependencies using `yarn` or `npm install`
To start server use `yarn start` @ project root (not in `/client` dir)
Please include '/api/' in all api routes as best practice and to distinguish from routes that are to be used by react router.
## Starting the Client
change into '/Client' directory `cd /client`
install dependencies using `yarn` or `npm install`
to start the server in development use
`npm run start` or `yarn start`
## Styled Components
Adjust global stylesheet in ./client/src/Theme.js to your own needs
Styles should be automatically globally accessible throughout the frontend with the current set up.
for more on Styled Components see https://styled-components.com
## React-Icons
This package includes the standard most widely used SVG icons and makes life much easier
For a full list of available icons see here - https://react-icons.github.io/react-icons/