loader

.Net Core Installation

1. Pre-Requirements

Here's required technology and languages to get started:

2. Build Assets

Open a command prompt or terminal and navigate to Modernize Install dependencies using either Yarn or npm:

Install dependencies using either Yarn or npm:

yarn install

or

npm install


Use Gulp or Webpack commands to bundle theme assets. For Gulp:

gulp

For Webpack:

npm run build

3. Run Application:

Navigate your prompt to the Modernize folder.

Run the command:

dotnet watch

The application will be served on https://localhost:7094.