$ git clone https://github.com/RehiveTech/netconnect-frontend.git
$ cd netconnect-frontend
$ npm install
Copy .env
to .env.local
then edit it with the url where you can setup backend url. Then you can run local dev server.
$ npm start
Linux
$ npm run build
Windows
npm run build-windows