Skip to content

rebase-agency/cra-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.