Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drwpow/webpack-react-starter
- Owner: drwpow
- Created: 2017-12-13T00:43:36.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T14:37:31.000Z (over 2 years ago)
- Last Synced: 2024-10-15T00:36:34.541Z (2 months ago)
- Language: TypeScript
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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