README.md
March 9, 2019 ยท View on GitHub
Hello World app written using Imba language
Getting started
Clone the application on your local machine and run following commands from the project root folder
# install dependencies
$ npm install
# build webpack bundle
$ npm run build
# start webpack-dev-server
$ npm run start:dev
Finally access the application at http://localhost:8080
Tutorial
The steps to build this application have been documented in a tutorial format following which one should end up learning a lot of new things. You can find the tutorial here.