.Net Core 2.0 Material-UI 1.0.x Starter
This is a very simple starter package to get .Net Core & MaterialUI 1.x working together. Any input / pull requests are greatly appreaciatied as I'd like this repo to become a Best-Practice example for using TypesScript 2.8+ Material-UI and .Net Core.
Updated for the release of Material UI 1.0.
Installation:
- npm install
- dotnet restore
- Material UI 1.0
- TypeScript 2.8
- React 16
- Redux
- Fully supports WebpackDevMiddleware hot reload
Notes:
- There is a lot of usage of 'any'. This is only due to myself just now wrapping my head around TypeScript and not knowing the proper syntax to get all of type checking working properly.
- I in no way suggest that what I have here is best practice, but I'm hoping for some community support to get it that way