src
└── new-components
Execute the following command:
yarn or npm i
Run the npm script build:project
yarn build:project or npm run build:project
The command above should create a folder dist with your project, ready to be published and used as a package :)
Happy Coding!