https://github.com/uppercod/astro-build-with-atomico-and-react
https://github.com/uppercod/astro-build-with-atomico-and-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/uppercod/astro-build-with-atomico-and-react
- Owner: UpperCod
- Created: 2022-09-04T22:58:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T22:58:44.000Z (almost 4 years ago)
- Last Synced: 2024-12-23T22:27:00.149Z (over 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/atomicojs/atomico/issues/new/choose), [Discord](https://discord.gg/7z3rNhmkNE) or [Twitter](https://twitter.com/atomicojs).
[](https://twitter.com/atomicojs)
[](https://discord.gg/7z3rNhmkNE)
[](https://atomico.gitbook.io/doc/)
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](index.html).
## Scrips
**create:component**: create a new atomico component in the `src/components/.tsx` directory