Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)