apps
The apps directory is the place where your top-level applications will be stored. You should always begin your migration journey by adding an application.
There are a lot of options when creating your application. If you want to follow Nx recommendations, you can accept the defaults. If you have a well-established codebase, you can configure those options at the time of application generation. You can find documentation here. Crema has a default app named source, the source's directory code based on the Context APIs. Crema is available with three state management tools Redux, Redux-toolkit and Context APIs like below.
source: built with Context API
source-redux: built with Redux
source-toolkit: built with Redux Toolkit
starter-kit: built with Context API
You can create your app using the following docs.
Last updated