- Visit here to setup new project with firebase: https://firebase.google.com/docs/web/setup
- After setup finish => You can copy config of firebase and paste to file index.ts of folder firebase.
Run the following command on your local environment:
git clone --depth=1 https://github.com/sonht113/vue3-chat-app-with-firebase.git
cd my-project-name
pnpm install
Then, you can run locally in development mode with live reload:
pnpm run dev
Open http://localhost:5173 with your favorite browser to see your project.
Made with ♥ by NuiCoder