Skip to content

Sulaiman-khalil/Atomicoex

Repository files navigation

Atomico Starter Skit

  1. npm install
  2. npm start : Initialize the development server
  3. npm build : Optional, Generate a build of your project from the html file index.html.

Workspace

Recommended structure

src
  |- my-component
  |  |- my-component.{js,jsx,ts,tsx}
  |  |- my-component.test.js
  |  |- README.md
  |- components.js # import all components

The npm run create:component command, will create a webcomponent with the recommended structure.

Scripts

npm run create:component

Create a new webcomponent inside src, according to the recommended structure.

npm run start

initialize Vite server

npm run build

package the app using de Vite

npm run create:component

Create a base component

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published