Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericvida/femc-fourcard-imba
frontendmentor.io "Four Card Feature Segment" challenge, coded with imba2.
https://github.com/ericvida/femc-fourcard-imba
challenge frontend frontendmentor imba imba2 ui
Last synced: about 1 month ago
JSON representation
frontendmentor.io "Four Card Feature Segment" challenge, coded with imba2.
- Host: GitHub
- URL: https://github.com/ericvida/femc-fourcard-imba
- Owner: ericvida
- Created: 2020-07-02T15:32:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T11:47:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T10:21:37.612Z (over 1 year ago)
- Topics: challenge, frontend, frontendmentor, imba, imba2, ui
- Language: HTML
- Homepage: https://femc-fourcard-imba.netlify.app
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imba 2 Template [![Netlify Status](https://api.netlify.com/api/v1/badges/57f0ad52-688e-4269-8cb1-77c32b61ee00/deploy-status)](https://app.netlify.com/sites/imba2-hello-world/deploys)
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](https://github.com/imba/imba/pull/362)For a list of other updates read:
- [Current status of Imba 2.0](https://github.com/imba/imba/issues/263)
- [Imba 2 - a new age](https://github.com/imba/imba/pull/258)## Installation
On GitHub you can use this repository as a template for new projects, just click [Use this template][0].
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.
[0]: http://localhost:10001
[1]: https://github.com/imba/template/generate