/html-css-template

Base html & css starter for my students

Primary LanguageCSS

Minimal template for HTML and CSS course projects

Content

├── Readme.md
├── package.json
└── src
    ├── images
    ├── index.html
    └── styles
        └── reset.css

Commands

  • npm run dev - starts local development server. Development build is served and can be accessed via http://localhost:3000