An open API service indexing awesome lists of open source software.

https://github.com/sonicoder86/frontend-free-hosting


https://github.com/sonicoder86/frontend-free-hosting

Last synced: 12 months ago
JSON representation

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/