Minimal React Boilerplate

This is a minimal react boilerplate with the folowing dependencies :

  • react
  • react-dom
  • webpack (webpack-cli, webpack-dev-server, html-webpack-plugin)
  • babel-loader (@babel/core, @babel/preset-env, @babel/preset-react)

Build

npm run build

Start

npm start

Test

No test framework is provided but you can install your own and run :

npm run test

See your app at

http://localhost:8080/

Sources

https://mrseanbaines.medium.com/how-to-write-a-minimal-react-boilerplate-from-scratch-85ba17757040