Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
astro-boilerplate-components
Advanced tools
🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro with React and Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier, Tailwind CSS.
🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro with React and Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier, Tailwind CSS.
Clone this project and use it to create your own Astro blog. You can check the Astro templates demo.
Building a SaaS? Check out our SaaS Boilerplate built with React, TypeScript and Tailwind CSS. It includes a complete authentication system with email/password, Google, Facebook, Apple and Amazon. You'll also find a complete Stripe integration with a subscription system and a multi-tenant architecture with team support.
A complete Blog feature:
Developer experience first:
ESLint with:
Run the following command on your local environment:
git clone --depth=1 https://github.com/ixartz/Astro-boilerplate
cd my-project-name
npm install
Then, you can run locally in development mode with live reload:
npm run dev
Open http://localhost:3000 with your favorite browser to see your project.
You can create an optimized production build with:
npm run build-prod
Now, your blog is ready to be deployed. All generated files are located at dist
folder, which you can deploy the folder to any hosting service you prefer.
Clone this repository on own GitHub account and deploy to Netlify:
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install | Installs dependencies |
npm run dev | Starts local dev server at localhost:3000 |
npm run build | Build your production site to ./dist/ |
npm run preview | Preview your build locally, before deploying |
npm run clean | Remove ./dist folder |
npm run lint | Run ESLint and report styling error |
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.
Licensed under the MIT License, Copyright © 2022
Made with ♥ by CreativeDesignsGuru
FAQs
🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro with React and Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier, Tailwind CSS.
The npm package astro-boilerplate-components receives a total of 65 weekly downloads. As such, astro-boilerplate-components popularity was classified as not popular.
We found that astro-boilerplate-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.