a basic Imba App derived from hello-world-imba
Go to file
Alexander Alemayhu a64281306f
Merge pull request #31 from imba/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
2020-09-09 12:48:56 +02:00
dist Use CSS modules 2019-10-14 10:02:52 +02:00
src fix indentation 2020-05-21 13:51:57 +02:00
.editorconfig Add editorconfig 2018-04-12 11:18:36 +02:00
.gitignore Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
README.md Use CSS modules 2019-10-14 10:02:52 +02:00
package.json package: bump versions 2020-01-02 10:30:21 +01:00
webpack.config.js Use CSS modules 2019-10-14 10:02:52 +02:00
yarn.lock Bump http-proxy from 1.18.0 to 1.18.1 2020-09-09 09:35:20 +00:00

README.md

Hello World Imba

Tiny template for testing out Imba using CSS modules. Click Use this template on GitHub to create a new repository with this template.

Getting started

git clone https://github.com/imba/hello-world-imba
cd hello-world-imba
yarn # npm install

You can run the app in two ways, either served via the webpack-dev-server or Express.

Webpack

# start webpack-dev-server and compiler
yarn run dev # npm run dev

Server side

./node_modules/.bin/imba src/server.imba