Code Monkey home page Code Monkey logo

Comments (5)

Rmannn avatar Rmannn commented on June 2, 2024 1

Hi, you should read this thread #142 (comment)

from nestjs-console.

Rmannn avatar Rmannn commented on June 2, 2024 1

I don't hate nx. I do not need to have an overlay that will build everything for me. I am enough confident with typescript, node and webpack to manage my own build processes, even for large projects. (No as large as google ones ;) )

I think the dev env should stay pure. More overlay you add, more difficult it will be to learn, understand and masterize each build process.

Also the documentation is not enough complete.

I think nx is good for large teams and for large projects, where users can take time to overwrite each part of build processes that are required.

The last thing is that i do not want to mix all parts of a project.
I use to dev monorepos with lerna to create server parts or shared libraries. And i generally have another monorepo for clients.
Developers that are working on clients are confident with client code. Others with server code.
I do not want to have all the code of a business network in the same repository.

Hope you will be able to do what you need. Whatever the road you take.

from nestjs-console.

tienne avatar tienne commented on June 2, 2024

Thank you. I saw the issue, but I wanted to do it in a development environment, not a product environment.

from nestjs-console.

Rmannn avatar Rmannn commented on June 2, 2024

You could also have a look on this thread to help nrwl/nx#1230 (comment)
As i understand nx will build the api and any project before to test or serve them.

What you want to do is to execute code without building anything. You want to execute things in dev env, and not in a built dev env.
Maybe using ts-node will help you to execute the console.

I really do not like how nx works, but that's my pov. :)

from nestjs-console.

tienne avatar tienne commented on June 2, 2024

Oh! Thanks to you, I know what to do!

I want to ask you a question, from what point of view do you hate nx?
Can you tell me in more detail?

from nestjs-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.