Disclaimer: I'm so sorry for not doing anything productive but I binged react hooks videos, and had to try 'em out.
Disclaimer²: This is just a POC, and should obviously not be used (yet).
Copied straight outta package.json
:
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
yarn
- code
- create PR
Nibble 4 -- a digital kiosk at the offices of the student organization for informatics at NTNU
Copyright (C) 2018 Fredrik August Madsen-Malmo
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.