Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 753 Bytes

This project was bootstrapped with Create React App.

License

The source code is licensed MIT. The website content is licensed CC BY 4.0,see LICENSE.

02. Create development environment

Execute CRA(create-react-app)

npx create-react-app ec-app

Configure Firebase Project

SignIn to your google account
fireabase login

Init your local environment to connect Firebase project
firebase init

Install npm packages

Install react, redux, firebase, material-ui packages
npm install --save @material-ui/core @material-ui/icons @material-ui/styles connected-react-router firebase history react-redux react-router redux redux-actions redux-logger redux-thunk reselect