https://github.com/smarterlabs/vanilla-web-boilerplate
A very bare bones and unopinionated HTML/CSS/JS boilerplate
https://github.com/smarterlabs/vanilla-web-boilerplate
boilerplate css html javascript vanilla
Last synced: 3 months ago
JSON representation
A very bare bones and unopinionated HTML/CSS/JS boilerplate
- Host: GitHub
- URL: https://github.com/smarterlabs/vanilla-web-boilerplate
- Owner: smarterlabs
- Created: 2020-03-09T20:52:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T12:36:00.000Z (over 2 years ago)
- Last Synced: 2024-12-22T09:11:13.500Z (6 months ago)
- Topics: boilerplate, css, html, javascript, vanilla
- Language: HTML
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanilla Web Boilerplate
A very bare bones and unopinionated HTML/CSS/JS boilerplate.
## Requirements
- [Node.js](https://nodejs.org/)
## Setup
`npm install`
## Usage
`npm run dev`
A live dev server will open up in your local browser. Edit the files in the `src` directory.
## What is this boilerplate for?
Typically this will get used to build small components for projects that have very specific legacy needs and can't make use of modern development libraries, or for projects with custom one-off development libraries that can be added to this boilerplate. This boilerplate intentionally does not include any testing libraries, front end frameworks, or preprocessing languages.