juniorstreichan / cra-template-freelas-ts-md-fire

A CRA template building with Typescript, Material-ui and Firebase for startup projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freelas - TS MD Fire

A CRA template building with Typescript, Material UI and Firebase for startup projects.

Pay attention in the create-react-app version because this feature is ready post the 3.0 version.

The steps for usage.

1 - Init with create-react-app

create-react-app project_name --template freelas-ts-md-fire

INIT

cd project_name

2 - In the .env file, configure the firebase project credentials.

REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_DATABASE_URL=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=

3 - Start your app and ...

SHOW


"Freela, freela, freela"

-- Junior E. Streichan.

About

A CRA template building with Typescript, Material-ui and Firebase for startup projects


Languages

Language:TypeScript 95.2%Language:HTML 4.8%