Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 596 Bytes

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