Skip to content

4 day seminar, DevOps, Backend and Frontend Development

Notifications You must be signed in to change notification settings

panilagarj/seminar_devops_be_fe

 
 

Repository files navigation

Description

Monorepo powered by NX

TypeScript Getting Started

Create a new TypeScript based library

To test add --dry-run on the end.

nx g @nx/node:lib --name=pg --directory=library/pg

Create a TypeScript based application

To test add --dry-run on the end.

nx g @nx/node:app api --framework express --directory apps/api

Create Next App

To test add --dry-run on the end.

nx g @nx/next:app app --directory=apps/app

Create Next Library

To test add --dry-run on the end.

nx g @nx/next:lib --name=theme-toggler --directory=library/components/theme-toggler

About

4 day seminar, DevOps, Backend and Frontend Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.5%
  • CSS 40.8%
  • JavaScript 2.7%