Skip to content

lbsonley/vanilla-bean

Repository files navigation

Vanilla Bean - Frameworkless Single Page Applications

Vanilla bean is here to make it easy to start building a single page application without the need for a framework like Angular, React or Vue.

Get Started

To get started, clone this repository, remove the git history, re-init git, install dependencies, initialize husky and start building your awesome app.

mkdir my-app

cd my-app

# clone repo
git clone https://github.com/lbsonley/vanilla-bean.git .

# remove and re-init git
rm -rf .git
git init

# install dependencies
npm i

# initialize husky
husky

NPM Scripts

Start Dev Server

npm start

Build Prod Version

npm run build

Features

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.

About

🍰no-framework single page application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published