a basic Imba App derived from hello-world-imba
Go to file
Alexander Alemayhu 75d9200542
Merge pull request #20 from cstffx/master
Update package.json
2019-09-22 09:57:26 +02:00
dist Bump Imba version and misc changes 2019-09-11 20:30:35 +02:00
src Bump Imba version and misc changes 2019-09-11 20:30:35 +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 Bump Imba version and misc changes 2019-09-11 20:30:35 +02:00
package.json Update package.json 2019-09-20 14:27:52 -05:00
webpack.config.js Upgrade Imba 2018-03-18 10:40:57 +01:00
yarn.lock Bump braces from 1.8.5 to 2.3.2 2019-09-09 06:34:37 +00:00

README.md

Hello World Imba

Tiny template for testing out Imba. 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