Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinhyenvodoi98/siasky-hosting
Free hosting single web page
https://github.com/vinhyenvodoi98/siasky-hosting
reactjs skynet
Last synced: 2 months ago
JSON representation
Free hosting single web page
- Host: GitHub
- URL: https://github.com/vinhyenvodoi98/siasky-hosting
- Owner: vinhyenvodoi98
- Created: 2020-08-18T08:06:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T09:17:41.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:57:01.120Z (10 months ago)
- Topics: reactjs, skynet
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skynet Hosting 👋
## Description
🎉 This package supports deploying to single page applications. When I built a frontend application with Reactjs it was complicated to be able to deploy to siasky without having to add a piece of code to deploy. Furthermore, after building production for the application using Reactjs, there was a path problem. For example
After building, the path in href or src will be '/static/js/...' or '/logo.png', so after deploying to skynet there will be an error that cannot fetch because of the wrong path. That's why this package was born.The future will have more support like Uploading A File and Uploading With Encryption
After deploying to skynet completed there will have option whether you want to use the handshake domain. If so, just fill in some more information to deploy.
Now is available : https://www.npmjs.com/package/siaskyhost
## NOTE
**MUST use image in code from another public server. For example : imgur**
## Installing
```
// install global
npm i -g siaskyhost// install locally
yarn add siaskyhost
```## Usage
```
// if you install global
siasky// if you install local
yarn siasky
```## Demo
A demo is worth a thousand words
![](https://media.giphy.com/media/Xy1HlTCjR0gRD0Oryh/giphy.gif)