A tale of the (second) complete nibble rewrite.
It's that time of the year again - time for a complete nibble rewrite.
Simply run npm i -g typescript tslint webpack webpack-dev-server
to get all of your development tool up and running, yarn
to install the dependencies of the project (this might take a second or two), and then yarn start
to fire up the wonderful dev server.
PS: You should also install Redux DevTools (you can probably find one for chrome/vivaldi/etc. as well), and React Developer Tools. These make your life a whole lot easier when debugging. I've also set up logging of all redux actions in the browser console, so the first one isn't necessary (though I still advice getting it).
Will be added soon(tm).
How to ~koke~ contribute to this project:
git checkout -b <name-of-your-new-branch>
Nibble revision 3 is a front-end for an in-office store.
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 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.