Pequeño proyecto de una libreta para escribir notas. Realizada con React y Electron.
- npm install
- npm run start (start the server)
- npm run electron (start electron)
- Create the build => npm run build
- Change the main from the package json from the folder public to build
- Add a './' in the href of the stylesheet and the src of the script tag
- Change the process.env.NODE_ENV of the electron.js to production
- Execute npm run package