Last active
October 26, 2017 14:18
-
-
Save gitexec/50a50fb7169127a77eece06ef916319f to your computer and use it in GitHub Desktop.
Create a react-redux app with asp.net core
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Install netcoreapp2.0 in Linux https://www.microsoft.com/net/download/linux | |
//* Open terminal and create project as | |
//* dotnet new reactredux -o helloworld | |
cd helloworld | |
npm install | |
dotnet run | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment