Generating a New Project
Generate a component
To generate a new React component in island-ui-core.
Generate an application
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:
For NextJS projects, be sure to configure our custom NextJS server.
Generate a library
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:
Migrations
Using the sequelize-cli
we support version controlled migrations that keep track of changes to the database.
Generate a migrations
Migrating
Last updated