Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance 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.

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /