0.2.2 โ€ข Published 7 months ago

create-adryan-nextjs-template-tailwind v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

This is a Next.js Template set up with Typescript, Tailwindcss, Eslint, Prettier.

System Requirements

  • Node.js 16.8 or later;
  • macOS, Windows (including WSL), and Linux are supported.

๐Ÿ’ป Programming languages and technologies

Features

  • โš›๏ธ All of Next's advantages (Live reload, SSR, SSG, native API... );
  • ๐ŸŽจ Styling with TailwindCSS;
  • ๐Ÿ›  Types support by Typescript;
  • ๐Ÿ“ Code check and formatter by ESLint and Prettier;
  • โœจ Absolute imports (@/);
  • ๐Ÿ’ก Minimal folder structure;
  • ๐Ÿ” SEO friendly;
  • ๐Ÿš€ All productivity to your project.

Automatic Installation

  • Install the create-adryan-nextjs-template-tailwind

$ yarn create adryan-nextjs-template-tailwind OR $ npx create-adryan-nextjs-template-tailwind

  • Run the development server

$ yarn dev OR $ npm run dev

  • and... ENJOY ๐Ÿ› ๏ธ๐Ÿšงโš™๏ธ
    1. Open (http://localhost:3000) with your browser to see the result.
    2. You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

Manual Installation

  • Clone repository

$ git clone https://github.com/AstrOOnauta/next-13-boilerplate.git

  • Install dependencies

$ yarn OR $ npm i

  • Run the development server

$ yarn dev OR $ npm run dev

  • and... ENJOY ๐Ÿ› ๏ธ๐Ÿšงโš™๏ธ
    1. Open (http://localhost:3000) with your browser to see the result.
    2. You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

Terminal commands

  • dev: runs your application on localhost:3000;
  • build: creates the production build version;
  • start: starts a simple server with the build production code;
  • lint: runs the lintering commands in all components and pages;
0.2.2

7 months ago

0.1.9

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago