duskull-boilerplate

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

MIT License

Stars
19
Committers
1

DEPRECATED


React Boilerplate

Duskull

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.

Badges
Extracted from project README's
code style: prettier
Related Projects