Skip to content

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

Notifications You must be signed in to change notification settings

denakol/dashboard-prototype

Repository files navigation

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
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published