Greetings, everyone!
In this blog post we will talk about building a React application with TeamCity using one of the newest TeamCity features - Docker integration, introduced in TeamCity 2017.2 EAP1. (At the moment the TeamCity-Docker support can run on Mac/Linux build agents).
We’ve created an example on GitHub based on Create React App and Storybook, and set up a demo project on the public TeamCity server with the VCS Root pointing to the project on GitHub.
We used the Command Line build step for our build configuration.
Command Line Build Step
We are going to execute the follo
Build React Apps with TeamCity
by