-
npm create vite@latest- Name: client
- React
- JavaScript
npm install- Tested running a script with
npm run dev
-
- Navigated into server/ directory
npm run initnpm install express --savenpm install firebase-admin
-
- Adjusted the App.jsx file for my own content instead of the default React + Vite page
npm run devto check what it looked likenpm run buildto build the optimized file
-
- Navigated to "Hosting"
- Clicked "Get Started"
npm install -g firebase-toolsfirebase loginfirebase init- Chose "Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys"
- Use an existing project
- Chose my "connectplate" project
- Public directory:
client/dist - Configure as single-page app:
yes - Set up automatic builds and deploys with GitHub:
yes - File already exists. Overwrite?
no - Logged in to GitHub
- Chose my repository
- Set up the workflow to run a build script before every deploy:
yes - What script should be run before every deploy:
npm ci && npm run build - What is the name of the GitHub branch associated with your site's live channel:
main
firebase deploy- Navigated to "Hosting" on firebase.com again
- Under Domains, clicked "Add custom domain"
- Entered
connectplate.com - DNS record popped up, and I added them to Cloudflare
-
Notifications
You must be signed in to change notification settings - Fork 0
Social media app for recipes that emphasizes medical diet communities. Note: This is a passion project that is not ready for deployment yet. Most updates will remain on the 'testing' branch until ready for a rough deployment.
natalialewis/connectplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Social media app for recipes that emphasizes medical diet communities. Note: This is a passion project that is not ready for deployment yet. Most updates will remain on the 'testing' branch until ready for a rough deployment.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published