Skip to content

mdewey/ReactAndDotNet

Repository files navigation

React And DotNet

This is the where the final code and the starter code for the React and DotNet Crash Course at TIY. The master is the starting template. The final code is on the branch final

Things to install first

In order to follow along you should have the following items set up

  • git
  • .NET Core
  • Webpack
  • Your favorite IDE (I like VS Code)

Set up instructions

Run the following commands to get the project set and ready to go

  • Clone the repository
        git clone https://github.com/mdewey/ReactAndDotNet.git
  • Restore the .NET Pacakges
    dotnet restore
  • Restore the client side packages
    yarn

To run

Since these are actaully 2 seperate apps, you will need 2 terminal windows (or tabs).

  • In the first terminal run

        dotnet watch
  • And in the other terminal run

        webpack --watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published