https://github.com/mattdean1/react-webpack-example
A basic React-Webpack-Express setup
https://github.com/mattdean1/react-webpack-example
express react webpack
Last synced: 3 months ago
JSON representation
A basic React-Webpack-Express setup
- Host: GitHub
- URL: https://github.com/mattdean1/react-webpack-example
- Owner: mattdean1
- Created: 2017-03-16T15:58:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T20:07:17.000Z (about 9 years ago)
- Last Synced: 2025-03-01T00:56:55.937Z (over 1 year ago)
- Topics: express, react, webpack
- Language: JavaScript
- Homepage:
- Size: 528 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-webpack-example
> A basic React-Webpack-Express setup
I created this simple 'Hello world' skeleton whilst learning Webpack. It could serve as the starting point for a simple React app which uses an Express server for routing.
Linting rules and editorconfig are also configured. Hello 2017 :)