/dashboard-prototype

Dashboard Prototype (React, Typescript, Redux, React Router, Ant Design)

Primary LanguageTypeScript

Dashboard Prototype

Simple React project on TS with Redux/Redux Thunk + React Router + Ant Design.

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

firebaseConfig.ts file should be placed to src/auth folder for set up firebase.

firebaseConfig.ts:

const firebaseConfig = {
    apiKey: "----",
    authDomain: "----",
    databaseURL: "----",
    projectId: "----",
    storageBucket: "----",
    messagingSenderId: "----",
    appId: "----"
};
export {
    firebaseConfig
}