/react-dotnet-core-webpack-init

Starter project for React with .NET Core 3.1

Primary LanguageJavaScript

react-dotnet-core-webpack-init

Starter project for React with .NET Core 3.1 together with webpack-dev-server.

Helpful readings

  1. I followed this tutorial for an initial project using ReactJS.NET.
  2. Then I replaced the library with Webpack with the help of this tutorial.
  3. For dev environment, some methods in this tutorial are obsolete in .NET Core 3.1. To setup dev-server, these helped: