Skip to content

A boilerplate to start a simple project with Rollup.js, Serve ot reload. Ready to start development.

License

Notifications You must be signed in to change notification settings

alexmario74/rollup-hot-reload-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting

git clone https://github.com/alexmario74/rollup-hot-reload-boilerplate.git
cd rollup-hot-reload-boilerplate
npm istall
npm run serve

The project will start running on a localhost and could be accessed by browser.

If you edit the src/main.js file, you'll see your changes affecting the page as soon as you save the file.

The file include a dependency, just to show how to split code.

All modules have to be imported in src/main.js file in order to be avaialble (i.e. web components).

Motivation

Just an easy project to start developing quick a front-end app.

Typescript

If you prefer to use Typescript, have a look to the branch typescript.

About

A boilerplate to start a simple project with Rollup.js, Serve ot reload. Ready to start development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages