In the project directory (after package installation), you can run:
npm start
This runs the app in the development mode and will automatically open in the browser for viewing on localhost:8080.
Deploy to Github pages:
npm run build && ./node_modules/.bin/gh-pages -d build