Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.7 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.7 KB

TailwindCss Libraire de composants

Create a lot of components usable in our projects to go faster 🚀

Stack

  • TailwindCss
  • ReactJs
  • Components list

  • Footer ✅
  • Navbar ✅
  • Sign Up ✅
  • Sign In ✅
  • Team Section
  • Faq Section 🔄
  • Newsletter 🔄
  • Pricing Section 🔄
  • Hero section 🔄
  • Previews

    preview

    Example of some components

    previewsignup previewsignup navbarpreview

    In the project directory, you can run:

    npm start

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

    The page will reload when you make changes.
    You may also see any lint errors in the console.

    Setting up locally

    To do so, you just have to execute these commands.

    • Get project
    git clone https://github.com/tcisse/tailwindcss-librairie.git
    cd tailwindcss-librairie
    • Install dependencies.
    npm install
    • Run dev server.
    npm start

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

    The page will reload when you make changes.
    You may also see any lint errors in the console.