Skip to content

A professional front-end template for building fast, robust, and adaptable web apps or sites using holygrailcss with css or scss

License

Notifications You must be signed in to change notification settings

holygrailcss/holysite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web digitalstrategy , parcel , nunjuckts

Este es un generador de sitios web estático llamado "Web holysite", utiliza herramientas como Parcel , dart sass, Nunjuckts.

Para desarrollar en él, primero debes clonar o descargar este repositorio. Luego, debes instalar las dependencias utilizando npm install. Finalmente, puedes ejecutar el modo de desarrollo con npm run start, esto abrirá una pestaña en el navegador con la url de desarrollo "http://localhost:1234/".

Development

  1. Clone or download this repository.

    git clone https://github.com/.....zip
    
  2. Install dependencias.

    npm install
    
  3. Run dev mode. It will open a browser tab with the dev url http://localhost:1234/.

    npm run start
    

Production build

Ejecuta el script de construcción y el sitio web optimizado para producción será generado en la carpeta /dist.

npm run build

Serve production build localmente

Si deseas servir tu build de producción (la carpeta generada /dist) localmente, solo debes ejecutar este comando y abrir http://localhost:5000/ en tu navegador. Este comando ejecuta el comando npm run build antes de servir la carpeta /dist.

npm run serve

Habilita emmet en este archivo

"emmet.includeLanguages": { "nunjucks": "html" }

Tech stack

To do

  • Detail all features: linting, formatting, building, etc.
  • Add all available commands.
  • Explain why there are two /static folders.
  • Warn against how Parcel treats the site.webmanifest file.
  • Explain how to config Imagemin.
  • Explain how to config Nunjucks.
  • Find a good Nunjucks code editor formatter.
  • Add recommended extensions for development.
  • Repair arrows in swiper

About

A professional front-end template for building fast, robust, and adaptable web apps or sites using holygrailcss with css or scss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published