Download the Starterkit
If you have the starterkit already, please run the following commands to get a clean starterkit with the newest version:
git pull
git reset --hard
npm install
To run the sample use the following command:
npm start
After that, navigate to http://localhost:8081
and try to find some flights and passengers.
You can change the port within the file webpack.conf.js
(search for port
).