This is the client side part of digiturno
In orden to run this application you must have already installed in you system:
- nw SDK version
- mongodb (it should be runing as a service)
- Setup static ip address
-
Clone repository
git clone https://github.com/H4ckdo/digiturno-client.git
-
Inside the repository that just donwload, Install dependencies
cd /digiturno-client
npm i
npm i --only-dev
Then copy the nw SDK version the you should be download before and put into /digiturno-client, then rename the nw SDK version folder to nwjs.
- run nw
# as long the server is running you should be able to start the project
npm run start
- Build assets and watch for changes
npm run webpack:watch
- Build assets
npm run webpack:build