Share files between devices connected to your local network, convert your laptop into a local server
To get a local copy up and running follow these simple steps.
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
- Clone the repo
git clone https://github.com/chickoocoutinho/nogozo-demo
- Install NPM packages
npm install
To run on local machine change the backed url in /client/src/backendip.js
export default 'your backend url'
In the project directory, you can run:
Runs React in development mode
Runs Express server.