Home

Awesome

Molecule sample projects

This repo contains sample projects to get you started with molecule.

Basic Scala 3.3

cd molecule-basic-3
sbt clean compile -Dmolecule=true
sbt test

Basic Scala 2.13

cd molecule-basic-2-13
sbt clean compile -Dmolecule=true
sbt test

Basic Scala 2.12

cd molecule-basic-2-12
sbt clean compile -Dmolecule=true
sbt test