mvfsillva / duskull-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED


React Boilerplate

Duskull

code style: prettier

Getting Started

Project architecture

So we have the following project folder structure:

How to Run

$ yarn install  # install dependencies
# after
$ yarn start # Run application

Open browser to http://localhost:3000

Running the tests

$ yarn test
$ yarn test:watch

Coding style tests

$ yarn lint
$ yarn lint:css
$ yarn lint:all

Coding style format

$ yarn format
$ yarn format:check

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

This boilerplate is inspired by Fernando Daciuk.

About

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

License:MIT License


Languages

Language:JavaScript 98.6%Language:HTML 1.4%