The project contains the following techologies:
- Node
- Webpack
- SCSS
- CSS Extract
- TailwindCSS
- TypeScript
- React
- yarn
- ASP NET Core 6.0
- Node v14.18.1
- npm 6.14.15
- .NET 6 SDK
- mkcert
Run the following commands:
npm install --global yarn
yarn install
choco install mkcert
mkcert -install
Generate developer certificate:
mkcert -key-file test.dev.key -cert-file test.dev.crt test.dev
127.0.0.1 test.dev
To run the ASP.Net Core hosting application:
yarn dotnet
or to watch the hosting project:
yarn dotnet:watch
To run the Webpack dev server:
yarn start
yarn publish:site
This command will create a publish folder in the root folder of the project.