Imba 2 Template
A local project starter template for a Imba v2-alpha.
You are running a bleeding
🩸 edge project 👨🏾🚀👩🏼🚀. Expect bugs and report them❗
Some of the amazing improvements to the next iteration of Imba are
- Tags now compile to native web components
🤯 - Lots and lots of improvements from ES concepts
- Support for slots
- Smart Styles latest PR info
For a list of other updates read:
Installation
On GitHub you can use this repository as a template for new projects, just click Use this template.
Alternatively clone this repository into your desired directory. Replace PROJECT_NAME
with your desired folder name, or remove for default "template" name.
git clone https://github.com/imba/template.git PROJECT_NAME
Running the App
The commands below assume you are using either yarn or npm (not both).
Install the Dependencies
yarn # npm install