Skip to content

A ReactJS boilerplate with organized folders, editor config, import automatic ordination, private routes and some essential libraries, workflows.

License

Notifications You must be signed in to change notification settings

CofferHub/reactjs-coffer-boilerplate

 
 

Repository files navigation

Commitizen friendly Open Source Love style: styled-components

About

The project aims to give a simple boilerplate with most used dependencies for start a ReactJS project.

Project Dependencies

Current Scripts

The testing and lint process are tasks automated with husky before commit message.

# Start the development environment
yarn start
# or
npm run start

# Start the build process environment
yarn build
#or
npm run build

# Start the javascript lint process - with --max-warnings=0 attrs for no warning allowed
yarn lint
#or
npm run lint

# Start the testing process
yarn test
#or
npm run test

# Start the testing process with watch attrs
yarn test:watch
#or
npm run test:watch

Contribuiting

You can check the CONTRIBUTING.md file for more information about how to helps us with this boilerplate.

License

This project is licensed under the MIT License

About

A ReactJS boilerplate with organized folders, editor config, import automatic ordination, private routes and some essential libraries, workflows.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 96.3%
  • HTML 3.7%