Website 2night.ch - for a marvelous night
npm install -g firebase-tools(Java > 11 is required by firebase-tools)firebase emulators:startor usefirebase emulators:start --import ./emulators-data --export-on-exit ./emulators-datato persist your data i.e. users- Open new terminal in the repositories directory
cd functionsnpm i && npm run build:watchis used to transpile typescript into javascript. The firebase-emulators hot reload the application automatically then.
cd webnpm i && npm start- Website opens in a new browser tab under
http://localhost:3000 - The website automatically connects to the emulators as long the NODE_ENV is set to
development