Netcore Front-End Boilerplate to quickly start off a new project.
Based on: yarn, webpack, nunjucks and gulp.
Vendor libraries included by default: bootstrap, jquery, vue.js
yarn install
yarn run start:dev
to start a local server and watch for changes
yarn run build:prod
to get project templates and assets ready for production
- For template rendering we use nunjucks: (Nunjucks)
- Overview of the templating features: (Templating)