Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

web-three-twitter-boilerplate

To setup your project, type the following:

npm install

To compile and hot-reload your project for development, type the following:

npm run serve

Copy and paste the 'localhost' link into your browser. Reminder: everytime you want to view your project, you must type "npm run serve".

http://localhost:8080/

Now, we must set up Firebase configurations. In your .env file, change the following properties so they correlate to your own app. These propertes can be found in Firebase console in your app settings under Firebase SDK snippet.

See Firebase.

VUE_APP_API_KEY
VUE_APP_AUTH_DOMAIN
VUE_APP_DATABASE_URL
VUE_APP_PROJECT_ID
VUE_APP_STORAGE_BUCKET
VUE_APP_MESSAGE_SENDER_ID
VUE_APP_APP_ID=

Edit the project to your liking.

Once your firebase account is attached to your project, you're ready to compile and minify you project for production:

npm run-script build

Customize configuration

See Configuration Reference.