Skip to content

Filebliz offers an intuitive file-sharing experience, enabling users to easily share files for group projects or essential document sharing.

Notifications You must be signed in to change notification settings

loybaldo/filebliz

Repository files navigation

Filebliz

Filebliz Banner

Filebliz is a file-sharing website designed to simplify the process of sharing files for students, teachers, creatives, and small business owners. With its intuitive interface, users can easily upload, share, and manage files, making it an ideal solution for collaborating on group projects or sending essential documents.

Requirements

Before running Filebliz, make sure you have the following installed:

To install React JS CLI globally, open CMD and run this command:

# Install React JS CLI globally
npm install -g create-react-app

Usage

To get started with Filebliz, follow these steps:

  1. Download the code from https://github.com/loybaldo/filebliz or use Github Desktop to clone this repository.

  2. Open the project in VS Code.

  3. Install the dependencies:

    npm install
  4. Run the project using the following command:

    npm start
  5. To view the project, go to your web browser and type in http://localhost:3000.

Other commands

  • Build the project for production: Use this command to generate a "build" folder for your project.

    # This will generate a "build" folder.
    npm run build
  • Run the production build in http://localhost:3000: After building the project for production, use this command to serve the production build locally at http://localhost:3000.

    # First, install serve: npm install -g serve
    serve -s build
  • Run tests: Use this command to run tests for your project.

    npm test

NOTE: It is important to exercise caution when running in production mode. Running in production mode can have consequences for the stability, security, and availability of the application. It can even result in data loss or corruption, so always make sure to have backups of your data and be prepared to respond quickly to any issues that may arise.

About

Filebliz offers an intuitive file-sharing experience, enabling users to easily share files for group projects or essential document sharing.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages