Skip to content

H4ckdo/digiturno-client

Repository files navigation

Digiturno client

This is the client side part of digiturno

Requeriments

In orden to run this application you must have already installed in you system:

Instalation

  • 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 application

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published