jorbelca / libreta

app para guardar recordatorios o pequeñas notas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libreta

Pequeño proyecto de una libreta para escribir notas. Realizada con React y Electron.

To start

  1. npm install
  2. npm run start (start the server)
  3. npm run electron (start electron)

To build

  1. Create the build => npm run build
  2. Change the main from the package json from the folder public to build
  3. Add a './' in the href of the stylesheet and the src of the script tag
  4. Change the process.env.NODE_ENV of the electron.js to production
  5. Execute npm run package

About

app para guardar recordatorios o pequeñas notas


Languages

Language:JavaScript 63.5%Language:HTML 25.7%Language:CSS 10.8%