Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T04:47:30.000Z (over 5 years ago)
- Last Synced: 2024-09-28T22:07:16.614Z (about 2 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
![Duskull](https://raw.githubusercontent.com/mvfsillva/duskull-boilerplate/master/.github/duskull.jpeg?token=AEXgDGMbCpcHrhcWFCl8783kzhu2wWT7ks5ba-ocwA%3D%3D)
---[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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)