Clone the project git clone [email protected]:ipatiev/testwork.git cd testwork Install and build the bundle npm install npm run build Run a server on 4000 port npm install -g serve serve -s build -l 4000 Open http://localhost:4000 in your browser