Skip to content

Instantly share code, notes, and snippets.

@gitexec
Last active October 26, 2017 14:18
Show Gist options
  • Save gitexec/50a50fb7169127a77eece06ef916319f to your computer and use it in GitHub Desktop.
Save gitexec/50a50fb7169127a77eece06ef916319f to your computer and use it in GitHub Desktop.
Create a react-redux app with asp.net core
//* 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