Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drwpow/webpack-react-starter

👩‍🔬 Boilerplate for React and React Router 🚀 powered by webpack
https://github.com/drwpow/webpack-react-starter

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![Dependencies status][status]
![devDependencies status][status-dev]

# 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][jest] + 🐙 [React Testing Library][rtl]

```
npm test
```

[jest]: https://jestjs.io/
[status]: https://david-dm.org/dangodev/optimize-image-loader/status.svg
[status-dev]: https://david-dm.org/dangodev/optimize-image-loader/dev-status.svg
[rtl]: https://testing-library.com/docs/react-testing-library/intro