Skip to content

lenraven/web_boilerplate

Repository files navigation

Web Project Boilerplaite

The project contains the following techologies:

  • Node
  • Webpack
  • SCSS
  • CSS Extract
  • TailwindCSS
  • TypeScript
  • React
  • yarn
  • ASP NET Core 6.0

Prerequirements

  • Node v14.18.1
  • npm 6.14.15
  • .NET 6 SDK
  • mkcert

Development

Init DEV environment

Run the following commands:

npm install --global yarn
yarn install

Generate certificates

choco install mkcert
mkcert -install

Generate developer certificate:

mkcert -key-file test.dev.key -cert-file test.dev.crt test.dev

Add the following line to the hosts file

127.0.0.1 test.dev

Run the project

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

How to publish

yarn publish:site

This command will create a publish folder in the root folder of the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published