duskull-boilerplate
duskull-boilerplate copied to clipboard
My workflow with React + Webpack 3 + styled-components + prettier + jest
DEPRECATED
React Boilerplate
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.