https://github.com/runfaj/react-webpack-express-boilerplate
React 18, Webpack 5, Node 18 with HMR
https://github.com/runfaj/react-webpack-express-boilerplate
Last synced: 8 months ago
JSON representation
React 18, Webpack 5, Node 18 with HMR
- Host: GitHub
- URL: https://github.com/runfaj/react-webpack-express-boilerplate
- Owner: runfaj
- Created: 2022-06-17T17:59:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T04:23:33.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:47:37.734Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get up and running
Install node 18
```
nvm install 18
nvm use
```
Install dependencies
```
npm install
```
Start the app
```
npm start
```
Now go here and see it running!
```
http://localhost:3000/
```