/webpack-react-starter

👩‍🔬 Boilerplate for React and React Router 🚀 powered by webpack

Primary LanguageTypeScript

Dependencies status devDependencies status

webpack-react-starter

👩‍🔬 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.

Setup

npm i

Development

npm start

Dev server is available at localhost:8080.

Production Build

npm run build

Testing

Testing uses 🃏 Jest + 🐙 React Testing Library

npm test