I m trying to setup a mo…

less than 1 minute read

I’m trying to setup a monorepo that can replace our 50+ projects that I want to try and unify (legacy projects)… Some of the projects are for a single client and reuse assets (logos etc) … what’s the best place to put these shared assets? I was thinking in lib somewhere … I’ve seen the scss ticket on github (https://github.com/nrwl/nx/issues/1542) is this the best approach?

Updated: