Skip to content

EuCarlos/neu-to-devto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Neutralino article on dev.to

Para a versΓ£o em portuguΓͺs deste README, clique aqui.

Project description


πŸ”₯ This code was created to exemplify the use of neutralinojs in the article written by myself on dev.to
GitHub language count GitHub top language GitHub repo size GitHub GitHub release (latest by date)


Website Author Type Post Name
Carlos Alves Article [PT-BR] Neutralinojs - Alternativa para o Electron

Installation

Install Neutralinojs:

$ npm i -g @neutralinojs/neu

Clone the repo:

$ git clone https://github.com/EuCarlos/neu-to-devto.git && cd neu-to-devto

Run the project

Start the project:

$ neu run

Build the project:

$ neu build

Project image

project image

Exetables

in the zipped files in executable.zip contains 3 files:

  • pomodoro-win_x64.exe: It is to run on Windows.
  • pomodoro-linux_x64: It is to run on linux.
  • pomodoro-mac_x64: It is to run on Mac OS.

Folder structure

.
β”œβ”€β”€ .tmp
β”‚    └──  auth_info.json
β”œβ”€β”€ bin
β”‚    β”œβ”€β”€ neutralino-linux_x64
β”‚    β”œβ”€β”€ neutralino-mac_x64
β”‚    └── neutralino-win_x64.exe
β”œβ”€β”€ resources
β”‚        β”œβ”€β”€ icons
β”‚        β”œβ”€β”€ js
β”‚        β”œβ”€β”€ index.html
β”‚        └── styles.css
β”œβ”€β”€ LICENSE
β”œβ”€β”€ neutralino.log
└── README.md


Created with πŸ’œ by Carlos Alves