This is a simple setup for starting off your frontend projects. The focus was mostly on configuring Webpack 5.
- React
- ReactDOM
- Babel
- Webpack
- Check the
webpack.config.js
for more comments and additional descriptions on what has been used. - The
template.html
file used is simply to provide a target DOM node for our react app to load. It's best to include this is in thesrc/
folder and not in thebuild/
orbundle/
since we are using the webpack dev server which serves from memory.