https://github.com/sonicoder86/frontend-free-hosting
https://github.com/sonicoder86/frontend-free-hosting
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonicoder86/frontend-free-hosting
- Owner: sonicoder86
- Created: 2024-03-13T19:11:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T17:15:54.000Z (about 2 years ago)
- Last Synced: 2025-02-24T02:43:59.098Z (over 1 year ago)
- Language: CSS
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Free Hosting
Showcasing free hosting for frontend applications (static hosting).
## Github Pages
https://pages.github.com/
- `rm -rf node_modules/.cache/gh-pages`
- `npm i gh-pages -D`
- https://sonicoder86.github.io/frontend-free-hosting/
# Netlify
https://www.netlify.com/
- Install Github App, authorize
- https://frontend-free-hosting.netlify.app/
# Render
https://render.com/
- Install Githubb App, authorize
- https://frontend-free-hosting.onrender.com/
# Firebase
https://firebase.google.com/
- `npm i firebase -D`
- `npm i firebase-tools -g`
- Create project firebase console
- `firebase login`
- `firebase init` or manual file placement
- `firebase deploy`
- https://frontend-free-hosting.firebaseapp.com/
# Surge
https://surge.sh/
- `npm install --global surge`
- `surge dist`
- https://frontend-free-hosting.surge.sh/
# Fleek
https://fleek.co/
- Install Github App, authorize
- https://frontend-free-hosting.on.fleek.co/
# Cloudflare Pages
https://pages.cloudflare.com/
- Workers & Pages > Create application > Pages > Connect to Git.
- Install Github App, authorize
- https://frontend-free-hosting.pages.dev/