ericvida / femc-fourcard-imba

frontendmentor.io "Four Card Feature Segment" challenge, coded with imba2.

Home Page:https://femc-fourcard-imba.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imba 2 Template Netlify Status

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

Start the Server

yarn start # npm start

To see the app running open [http://localhost:10001] 0 in the browser.

Have fun!

PS: This project is automatically configured with hot module reloading.

About

frontendmentor.io "Four Card Feature Segment" challenge, coded with imba2.

https://femc-fourcard-imba.netlify.app


Languages

Language:HTML 100.0%