https://github.com/dhmmasson/template-webapp
Template for all my future web application ( express, scss, pug, eslint... )
https://github.com/dhmmasson/template-webapp
javascript node pug scss template
Last synced: 2 months ago
JSON representation
Template for all my future web application ( express, scss, pug, eslint... )
- Host: GitHub
- URL: https://github.com/dhmmasson/template-webapp
- Owner: dhmmasson
- License: mit
- Created: 2020-02-06T09:56:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:38:24.000Z (over 2 years ago)
- Last Synced: 2025-03-07T16:42:18.775Z (3 months ago)
- Topics: javascript, node, pug, scss, template
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# webApp-template
Template for all my future web application ( express, scss, pug, eslint... )# Features
- Automatically load any route in the routes folder.
- Automatically extract information from package.json to setup app name, authors, desc..
- Install and link materialize-css and jquery ( serving statically jquery/dist and materialize-css/js to javascripts ) default style.scss load materialize-css/scss color definition, set up primary colors, then load everything#TODO
-[] automatically generate favicon should look into @johnsorrentino work with [https://github.com/johnsorrentino/center.js] and [https://github.com/johnsorrentino/favicon.js]