Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:38:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-07T12:03:22.319Z (8 months ago)
- Topics: javascript, node, pug, scss, template
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- 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]