Skip to content

Base to create a website using MaterializeCSS + Vite (Non React)

License

Notifications You must be signed in to change notification settings

dfrios/materializecss-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

materializecss-base

Base to create a website using MaterializeCSS + Vite (Non React)

Directions

  1. Clone repository
git clone git@github.com:dfrios/materializecss-base.git
  1. Install dependencies
yarn

You also may use:

yarn install
  1. You should get a folder structure like this:
├── index.html
├── LICENSE
├── node_modules
│   ├── ...
├── package.json
├── public
│   └── vite.svg
├── README.md
├── src
│   ├── css
│   │   └── style.css
│   ├── fonts
│   ├── img
│   │   ├── isotipo.png
│   │   └── typescript.svg
│   ├── js
│   │   ├── base
│   │   │   └── materializecss.ts
│   │   └── main.ts
│   └── vite-env.d.ts
├── tsconfig.json
└── yarn.lock
  1. That's it!

Files to customize

index.html

This is the base file and it's the entry point to the project. It's the file where HTML is written in your landing.

css/style.css

The file where styles are written.

js/main.ts

The file where JavaScript code is written.

About

Base to create a website using MaterializeCSS + Vite (Non React)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published