Skip to content
Oleh Baidiuk edited this page Mar 19, 2019 · 8 revisions

Welcome to the TripController wiki!


Docker

docker pull mysql
docker run --name=mysql -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=71**** -d mysql


React

npx create-react-app trip-controller cd trip-controller npm start

Clone this wiki locally