зеркало из https://github.com/microsoft/CRA.git
5
Building the solution
Badrish Chandramouli редактировал(а) эту страницу 2018-06-18 12:50:21 -07:00
- Copy the file
src\privatesettings.config.example
tosrc\privatesettings.config
. Add your Azure storage account key at the appropriate location in this file. Alternatively, or if you are on .NET core, add an environment variable namedAZURE_STORAGE_CONN_STRING
with the storage account key as the value. - Open
src\CRA.sln
in Visual Studio 2017 and build it.