Tiny template for testing out Imba SFC. The project is based on the hello-world-imba template.
This example uses vanilla CSS to show scoped and global examples which was introduced in Imba v1.5.1.
git clone https://github.com/imba/hello-world-imba-sfc
cd hello-world-imba-sfc
yarn # npm install
You can run the app in two ways, either served via the webpack-dev-server or Express.
# start webpack-dev-server and compiler
yarn run dev # npm run dev
./node_modules/.bin/imba src/server.imba