1.2.0 • Published 4 months ago

@rebase-agency/cra-template v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@rebase-agency/cra-template

version License

A custom create-react-app template with sensible default code already done for you!

Installation

When creating a new react-project, run the following command:

yarn create react-app %PROJECT_NAME% --template @rebase-agency

Or

npx create-react-app %PROJECT_NAME% --template @rebase-agency

Then

cd %PROJECT_NAME%
yarn start

Features

  • Starting module architecture
  • Typescript
  • Eslint & Prettier
  • Support of runtime environment variables with dynamic values
  • Normalize.css and shared reset css file
  • All necessary meta tags for SEO in public/index.html
  • Axios instance
  • React Helmet & classnames

License

@rebase-agency/cra-template is an open source software licensed as MIT.

1.2.0

4 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

7 months ago