FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

completejavascript/react-app-template: ⭐ A template for react app using create-react-app and some customizations. · GitHub

Repository files navigation

react-app-template

A template for react app using create-react-app and some customizations.

Installation

git clone https://github.com/completejavascript/react-app-template.git YourProjectName # Clone the project
cd YourProjectname
rm -rf .git # So you can have your own changes stored in VCS.
yarn # Install dependencies
yarn start # Start development

Navigate to localhost:3000.

Features

  • Style React component with SASS
  • Use customize-cra to customize CRA without eject.
  • Use hookrouter - the flexible, and fast router for react that is entirely based on hooks - for using router faster.
  • Use react-intl to internationalize React apps.
  • Use react-redux to manage App state.
  • Use js-cookie for handling browser cookies.
  • Use axios for HTTP requests.

Author

License

This project is open source and available under the MIT License.

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL