https://github.com/mvfsillva/duskull-boilerplate
My workflow with React + Webpack 3 + styled-components + prettier + jest
https://github.com/mvfsillva/duskull-boilerplate
boilerplate-react prettier-eslint react styled-components stylelint webpack3
Last synced: 3 months ago
JSON representation
My workflow with React + Webpack 3 + styled-components + prettier + jest
- Host: GitHub
- URL: https://github.com/mvfsillva/duskull-boilerplate
- Owner: mvfsillva
- License: mit
- Created: 2018-08-02T06:05:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T04:47:30.000Z (about 6 years ago)
- Last Synced: 2025-02-01T08:02:10.330Z (3 months ago)
- Topics: boilerplate-react, prettier-eslint, react, styled-components, stylelint, webpack3
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
---
# React Boilerplate

---[](https://github.com/prettier/prettier)
## Getting Started
### Project architecture
So we have the following project folder structure:
### How to Run
```sh
$ yarn install # install dependencies
# after
$ yarn start # Run application
```
> Open browser to http://localhost:3000### Running the tests
```sh
$ yarn test
$ yarn test:watch
```### Coding style tests
```sh
$ yarn lint
$ yarn lint:css
$ yarn lint:all
```### Coding style format
```sh
$ yarn format
$ yarn format:check
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
This boilerplate is inspired by [Fernando Daciuk.](https://github.com/fdaciuk/workflow-reactjs)