Giter Club home page Giter Club logo

nx-nestjs-starter's Issues

add issue template

Why don't we have our fancy issue template in here yet? :(

Made me feel säd

Add documentation about nx-cloud

Right now this starter is set up with nx-cloud so we need to add some documentation on how to set it up once you've used this repo as a template.

remove uuid package

We can remove the uuid package, as node now has a built in function which generates uuids v4. No need for an external package.

fix tsconfig for node build target and lib gen

The tsconfig is wrong in a way that node apps will always be transpiled to ES2015 which is not necessary with newer node versions.

We'll need to change it so it uses ES2022 as a target, not transpiling things like async await and so on.

fix mixed tabs and spaces

Somehow nx messes up something with the eslint config (or we did because we use a lot of custom ones) - Anyways only in .ts(x) files some IDEs will complain about mixed tabs and spaces

We just have to disable the rule in the global lint rc for .ts(x) files.

add terraform code for gc deployments

We now have a super nice way of infrastructure as code for our google cloud deployments - we could add them to this starter kit to already include the cloud deployment

This would also need some documentation though.

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.