a basic Imba App derived from hello-world-imba
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
la Fleur 66342ce011 typos 3 years ago
dist fork from hello-world-imba 3 years ago
src fork from hello-world-imba 3 years ago
.editorconfig Add editorconfig 5 years ago
.gitignore Update example for Imba 1.3 5 years ago
README.md typos 3 years ago
package.json fork from hello-world-imba 3 years ago
webpack.config.js Use CSS modules 4 years ago
yarn.lock fork from hello-world-imba 3 years ago

README.md

basic App in Imba

Tiny template for testing out Imba using CSS modules. Derived from hello-world-imba.

Getting started

git clone https://dev.sum7.eu/lafleur/basic-imba
cd basic-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