Skip to content
/ cra-template Public template

A template for you React project with CRA, storybook, husky, atomic-designe and code examples.

License

Notifications You must be signed in to change notification settings

felipe-gustavo/cra-template

Repository files navigation

CRA Template

Put here your project description.

Pre requisits

The pre requisits to run this is:

  • node@14.20.0;
  • yarn@1.22.19;
  • nvm@0.35.0 (recommended).

Getting Started

Create React App

This project was bootstrapped with Create React App.

Install project dependencies

Navigate to the project root directory and run:

yarn install

Development preparation

Make sure to prepare husky to run pre-commit hooks configured for this project before pushing your first commit.

npm run husky:prepare

Run the follow command to add pre-commit file as executable file.

chmod ug+x .husky/pre-commit

Starts the app

Run the bellow command to start the app. See more commands and what they make on script section.

yarn start

Project structure

This project follows the below structure:

  • src/App.js, here is the app!
  • src/components/, here is the components.
  • src/assets/**, where the assets stay like locale files, images and others.
  • src/config/**, here is the config files, like the setupTests and others.

The test and stories pattern is inline, whithout a specific folder.

Scripts

In the project directory, you can run:

yarn lint

Performs the linter over the files, fixing them for the defined pattern.

yarn husky:prepare

Prepares the git hooks to husky works. See the section about the husky

yarn storybook

Runs the storybook on development mode.
Open http://localhost:6006 to view it in the browser.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner.
See the section about running tests for more information.

yarn test:watch

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

About

A template for you React project with CRA, storybook, husky, atomic-designe and code examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published