Skip to content

nicbell/ProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Template

You will need Node.js. Setting up Node.js in Windows.

My project template for front-end builds.

This project uses NPM scripts. We only need to run npm run build which will automatically run prebuild and install everything we need.

To create a watcher we can either run npm run watch.

Adding generated files to .net projects.

<Target Name="BeforeBuild">
	<ItemGroup>
		<Content Include="wwwroot\dist\**\*.*" />
	</ItemGroup>
</Target>

Notes

Path to assets can be changed in package.json currently points to wwwroot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published