JSPM

@reactivers/nextjs-tailwind-ts

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q34230F
  • License ISC

NextJS, Tailwind, Typescript, Cypress boilerplate

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@reactivers/nextjs-tailwind-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Installation

    npx @reactivers/nextjs-tailwind-ts your-app-name

    Getting started

    • Check package.json out.
    • It has lots of scripts that you may need.
    • You can edit ./environments/.env.* and use NEXT_PUBLIC_APP_ENV
    • Don't forget to edit next-sitemap.config.js

    Test

    npm run e2e:headless

    Docker

    Build

    docker-compose up -d --build

    Clean

    docker-compose down --remove-orphans --rmi "local" --volumes