rafaballerini /
Formulario
Página de formulário com HTML e CSS
Loading repository data…
difagume / repository
Página html de Currículum Vitae generada sobre el boilerplace de la uoc
UOC Boilerplate is a starter template for the HTML and CSS Tools courses from the Master's Program in Multimedia Applications and the Master's Program in Web App and Website Development at the Universitat Oberta de Catalunya. It aims to provide a basic, modern frontend web development starter pack based on Parcel and including a Sass compiler, an ES6 transpiler, minifiers, an image optimizer, and development tools.
This is the 2.x version of UOC Boilerplate, available since the UOC 2018-2 semester.
Node.js >= 10.15.x
Clone this repository with git clone, or download a .zip file using the top right green button.
Using the Terminal, navigate to the project folder and run npm install.
postcss-preset-env.autoprefixer.postcss-clean.parcel-plugin-imagemin, based on imagemin, on production builds.Only edit files located in the src/ folder. Always run the following commands during the development stage and for production builds. Please note that it is expected that all projects built with this boilerplate are compiled using npm run build before they are published.
| Command | Description |
|---|---|
npm run dev | Runs a local web server for development and opens the browser to display it. Automatically compiles styles and scripts whenever a file in src/ is changed, and live reloads the browser. This is what must be run on the development stage. |
npm run build | Compiles and minifies and optimizes the files in the assets folder. The generated compiled and optimized files are located in the dist/ folder. This is what must be run before publishing the project. The publishable files are the ones located in the dist/ folder. |
npm run clean | Deletes the current /dist folder. |
npm run test | Displays a success message if everything is working as expected. |
Feel free to create a new issue or drop me a line at jorditarrida@uoc.edu.
Are you using this Boilerplate for your projects or for educational purposes? I would love to hear about it!
Selected from shared topics, language and repository description—not editorial ratings.
rafaballerini /
Página de formulário com HTML e CSS
digitalinnovationone /
Página com theme switcher utilizando HTML, CSS e JavaScript, além de integrar um formulário de inscrição com um banco de dados Firebase.
VaiNaWeb /
Desenvolvimento de páginas semânticas, acessíveis e responsivas. :rocket:
rafaballerini /
Projeto desenvolvido no vídeo abaixo, em que ensino tudo sobre HTML do zero para quem deseja iniciar em programação. Nele aprendemos diversas tags e criamos uma página de quiz para programadores!
talitapagani /
Exemplo de páginas HTML acessíveis, construídas em HTML, CSS e JS puro, demostrando vários componentes interativos construídos de forma inclusiva.
KikoPalomares /
Si quieres aprender a crear páginas web, entonces necesitas aprender HTML. Este curso te enseñará todo lo que necesitas saber sobre HTML.