Эмулятор светофора, работающий через роутинг.
Дизайн приложения был взят из Josh Werner's Traffic Light codepen, с указанием копирайта.
Проект был выполнен в рамках тестового задания компании TrueConf.
Для клонирования репозитория, используйте следующие команды:
# clone the repo into the alanreidt-traffic-signal-app folder
git clone https://github.com/alanreidt/traffic-signal-app.git alanreidt-traffic-signal-app
cd alanreidt-traffic-signal-app
# install the repo dependencies
npm install
Доступные команды:
# to build the dev version and open it in a browser
npm run start
# to build the production version into dist folder
npm run build
Страница будет доступна по адресу http://localhost:8080/.