Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

My workflow with React + Webpack 3 + styled-components + prettier + jest

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)