Generating a New Project
Last updated
Was this helpful?
Last updated
Was this helpful?
To generate a new React component in island-ui-core.
To generate a simple React application:
To get a React application with server-side-rendering, we recommend using Next.JS:
To create a service, you can get started with NestJS like this:
To generate a React library.
To create a NestJS module:
To create a JS library that can be used both on the frontend and the backend:
Libraries are sharable across libraries and applications. They can be imported from @island.is/my-lib
.
Applications and libraries can be structured in a hierarchy using subfolders:
Using the sequelize-cli
we support version controlled migrations that keep track of changes to the database.