https://github.com/ericvida/snowpack-imba-project
https://github.com/ericvida/snowpack-imba-project
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericvida/snowpack-imba-project
- Owner: ericvida
- Created: 2020-08-03T17:55:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T11:59:52.000Z (over 3 years ago)
- Last Synced: 2025-04-05T12:29:56.437Z (about 1 year ago)
- Language: JavaScript
- Size: 7.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imba 2 Template [](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