Skip to content
/ vanilla Public

vanilla javascript sandbox with webpack, eslint, sass and babel.

License

Notifications You must be signed in to change notification settings

umayr/vanilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla

vanilla javascript sandbox with webpack, eslint, sass and babel.

Sometimes you need to test a few things in browser, or write a web app without any frameworks or libraries (if you prefer), this could be a starting point.

It comes with a minimal webpack configuration with support for babel, eslint and sass.

To get it running:

    # clone the repository
    λ git clone git@github.com:umayr/vanilla.git
    # change current directory
    λ cd vanilla
    # remove .git folder (in case you don't want to this repository's commits)
    λ rm -rf .git
    # install dependencies
    λ yarn install

There are only two project commands that could be executed with either yarn or npm:

    # build - creates a new webpack build
    webpack --mode=production
    # start - runs the webpack dev server with HMR
    webpack-dev-server --inline --progress --mode=development

And that's it.

About

vanilla javascript sandbox with webpack, eslint, sass and babel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published