Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 709 Bytes

File metadata and controls

25 lines (13 loc) · 709 Bytes

Enjoy the Deployed Site

Tesla clone following React Redux tutorial by Naz at Clever Porgrammer

yarn create react-app my-app --template redux

yarn start

Formatting:

Screenshot (133)

Have React Snippet extension in VS code installed and write rfce to get the components started.

yarn add styled-components

yarn add @material-ui/core

yarn add @material-ui/icons

yarn add react-reveal

yarn add install-peers (to help with deployment)

Change build setting to : CI=false npm run build