Skip to content

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

License

Notifications You must be signed in to change notification settings

completejavascript/react-app-template

Repository files navigation

Netlify Status License: MIT

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.