This repo is the source code of a tutorial available on Medium.
To run this project you need to have NodeJs & npm installed.
In a terminal:
Clone the repo
git clone https://github.com/loic-combis/environment-token.gitEnter the repo
cd ./environment-tokenInstall dependencies
npm installTo run the first app
npm start first-appTo run the second app
npm start second-appThen you can go to http://localhost:4200 in your browser to access the app.