An open API service indexing awesome lists of open source software.

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

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/
```