👩🔬 Boilerplate for React and React Router 🚀 powered by webpack.
This is the base from which I start all new projects. Ideal for people who like Create React App but need tighter control.
npm i
npm start
Dev server is available at localhost:8080
.
npm run build
Testing uses 🃏 Jest + 🐙 React Testing Library
npm test