Skip to content

Frontend boilerplate to quickly start off a new project

Notifications You must be signed in to change notification settings

netcore/frontend-nunjucks-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-End Boilerplate

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

Requirements

  1. Install NodeJS
  2. Install yarn

Project setup

yarn install

Starting the development

yarn run start:dev to start a local server and watch for changes

Production

yarn run build:prod to get project templates and assets ready for production

HTML

  • For template rendering we use nunjucks: (Nunjucks)
  • Overview of the templating features: (Templating)

About

Frontend boilerplate to quickly start off a new project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published