Coder Social home page Coder Social logo

navi-guy / astro-portfolio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ixartz/astro-boilerplate

0.0 0.0 0.0 13 MB

๐Ÿš€ Astro boilerplate with responsive blog and portfolio template using TypeScript and React styled with Tailwind CSS โšก๏ธ Made with developer experience first: TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + VSCode

Home Page: https://creativedesignsguru.com/demo/astro-boilerplate/

Shell 0.79% JavaScript 5.87% TypeScript 73.55% Astro 19.78%

astro-portfolio's Introduction

Astro Boilerplate with TypeScript and Tailwind CSS Twitter

๐Ÿš€ Astro Boilerplate is starter code for your blog or portfolio based on Astro with 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.

Features

A complete Blog feature:

  • ๐ŸŽˆ Syntax Highlighting
  • ๐Ÿค– SEO friendly with sitemap.xml and robots.txt
  • โš™๏ธ RSS feed
  • ๐Ÿ“– Pagination
  • ๐ŸŒˆ Include a dark blog theme
  • โฌ‡๏ธ Markdown
  • ๐Ÿ“ฆ Image lazy loading
  • ๐Ÿ’Ž Responsive design

Developer experience first:

  • ๐Ÿ”ฅ Astro
  • ๐ŸŽจ Tailwind CSS with aspect ratio and typography plugin
  • ๐ŸŽ‰ TypeScript
  • โœ๏ธ ESLint compatible with .astro files
  • ๐Ÿ›  Prettier compatible with .astro files
  • ๐ŸฆŠ Husky
  • ๐Ÿšซ lint-staged
  • ๐Ÿšจ Commitlint
  • ๐Ÿ”ง One-click deploy on Netlify (or, manual if you prefer)

ESLint with:

  • Airbnb styled guide
  • TypeScript compatible
  • Astro compatible
  • Automatically remove unused imports
  • Import sorting
  • Tailwind CSS plugin

Philosophy

  • Minimal code
  • SEO-friendly
  • ๐Ÿš€ Production-ready

Requirements

  • Node.js and npm

Optional

While Astro-boilerplate should work with the latest Node version, it has been tested with the versions in .nvmrc & the bottom of package.json. At current writing, that's Node v16.15.1

Getting started

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.

Deploy to production (manual)

You can create an optimized production build with:

npm run build

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.

Deploy to Netlify

Clone this repository on own GitHub account and deploy to Netlify:

Netlify Deploy button

๐Ÿงž Commands

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

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

Additional Checks

This README.md was linted with markdownlint

License

Licensed under the MIT License, Copyright ยฉ 2022


Made with โ™ฅ by CreativeDesignsGuru Twitter

astro-portfolio's People

Contributors

ixartz avatar khattaksd avatar bingalls avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.