stasm / innerself

◘ A tiny view + state management solution using innerHTML
ISC License
778 stars 28 forks source link

Switched to npm build scripts. Updated example readme #3

Closed f1yn closed 7 years ago

f1yn commented 7 years ago

I removed the Makefile from example01 and switched to inline npm scripts. npm start now builds and serves the project, npm run build will build the dist.js file, and npm run watch starts Rollup with the watcher.

f1yn commented 7 years ago

I've addressed those comments in the latest commit: https://github.com/stasm/innerself/pull/3/commits/a572f8d9c2f6b474bb27ce55c19eaa37f185e12c

stasm commented 7 years ago

Sweet, thanks!