Starting a development server
For running a dev server, you need to have Node.js installed. You can obtain the latest version at https://nodejs.org/.
To download all project dependencies, in the project directory, run:
npm install
To start a development server:
npm start
Open http://localhost:3000 to view it in the browser.
Deployment
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
License
Copyright © 2018 Jan Hrdina
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 http://www.gnu.org/licenses/.