UpperCod / astro-build-with-atomico-and-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atomico + Astro Build Starter Skit

Hi, thanks for starting with Atomico js web components in this starter-kit you will find what you need to start with Atomico and if you have questions about Atomico I will gladly solve them through an Issue, Discord or Twitter.

twitter discord documentation

Now what you have installed is a quick start kit based on Astro build, which you can scale for your project, now to continue you must execute the following commands:

  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.

Scrips

create:component: create a new atomico component in the src/components/<my-component>.tsx directory

About


Languages

Language:TypeScript 72.2%Language:Astro 15.4%Language:HTML 8.1%Language:JavaScript 2.6%Language:CSS 1.8%