la Fleur 66342ce011 | ||
---|---|---|
dist | ||
src | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
package.json | ||
webpack.config.js | ||
yarn.lock |
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