- ASP.NET Core 2.2
- MithrilJS
- ES6 + JSX
- Construct-UI
- Webpack
- .Net Core 2.2
- NodeJS >= 10.x
- VSCode (ideally), or VS2017
Make sure to install front-end dependencies
cd app && npm install
You have two choices when it come at how your preffer to run it. You can either use the command line or the build-in run command.
Run the application using cd app && npm run dev
.
Run the application in VSCode/Visual Studio 2017 by hitting F5
.
cd app && npm run build
or
hitting F5
on VSCode/Visual Studio 2017
Outputs to wwwroot/