Skip to content

This is the official git repo for the snapfu web portal.

License

Notifications You must be signed in to change notification settings

litemikx/snapfu-web-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snapfu web portal

This is the Web portal or frontend project of the snapfu solution. This is run together with the snapfu-web-api. The snapfu web allows you to manage the connection and the automated backup jobs (snaps) via web. It interacts directly to the API service.

Installation

  1. Clone the project.
git clone https://github.com/litemikx/snapfu-web-portal.git
  1. Update the .env.template file and rename it to .env.
REACT_APP_API_URL=YOUR_SNAPFU_API_URL
  1. Run in the terminal:
npm install
  1. Start the app by running:
npm start
  1. To build the app in production, you can run command below:
npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

To see a demo or how this works, you can check my blog post tutorial here: How to Use: snapfu

If you like this or want to support my side projects, like this one, you can:

Buy Me A Coffee

About

This is the official git repo for the snapfu web portal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published