Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.44 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.44 KB

LocalShare
Share files between devices connected to your local network, convert your laptop into a local server

Demo

app demo

Screenshots

app chat

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/chickoocoutinho/nogozo-demo
  2. Install NPM packages
    npm install

Config

To run on local machine change the backed url in /client/src/backendip.js

export default 'your backend url'

Available Scripts

In the project directory, you can run:

npm run frontend

Runs React in development mode

npm run backend

Runs Express server.