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.
|
3 years ago | |
---|---|---|
dist | 3 years ago | |
src | 3 years ago | |
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 3 years ago | |
package.json | 3 years ago | |
webpack.config.js | 4 years ago | |
yarn.lock | 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