Skip to content

CCTUnifor/SistemaAposta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalação do projeto

  • Precisa do node.js instalado
  • Depois instale os pacotes globalmente:
  npm install -g electron-prebuilt
  npm install -g aurelia-cli
  npm install -g yarn

Install for linux

Getting Started

From the project folder, execute the following commands:

yarn install

Development Build

To build the app in development mode run:

yarn build:dev

To build the app in development/watch mode with HMR in the renderer, run:

yarn watch

and in another console start the app with:

yarn start

Production Build

To build the app in production mode and run it, run:

yarn build && yarn start

Building Releases

To package the app and create a distributable for the current platform, run:

yarn build && yarn release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors