'Simultaneously starting Backend server and frontend from react-native project

Context: Build a central backend server, which on starting spins up, a couple of services. A react-native frontend code. Due to the business requirements, the central server has to run locally on the system.

Problem Statement - We want to spin up the central server from the build folder provided whenever someone launches the frontend react-native application and close it whenever someone quits it.

Any help/suggestion on this would be greatly appreciated.



Solution 1:[1]

You can get or set the DateTimeOffset when the File was created using Microsoft.Azure.Storage.File SDK.

public DateTimeOffset? CreationTime { get; set; }

Refer: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.storage.file.fileproperties.creationtime?view=azure-dotnet-legacy

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 UtkarshPal-MT