5

Github GitHub - ixartz/Next-JS-Landing-Page-Starter-Template: ๐Ÿš€ Landing Page Tem...

 3 years ago
source link: https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Landing Page Template built with Next JS 10+, Tailwind CSS 2.0 and TypeScript

rocket Landing Page theme written in Next.js, Tailwind CSS and TypeScript zap Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.

Clone this project and use it to create your own Next.js project. You can check a Next js templates demo.

Check out our live demo.

Features

Developer experience first:

Built-in feature from Next.js:

  • coffee Minify HTML & CSS
  • dash Live reload
  • white_check_mark Cache busting

Included Components

  • Navbar
  • Features
  • CTA banner
  • Footer

Find more components in our premium NextJS themes.

Philosophy

  • Minimal code
  • SEO-friendly
  • rocket Production-ready

Premium Themes (Nextjs Themes)

Requirements

  • Node.js and npm

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template.git my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Open http://localhost:8080 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.

.
โ”œโ”€โ”€ README.md            # README file
โ”œโ”€โ”€ public
โ”‚   โ””โ”€โ”€ assets
โ”‚       โ””โ”€โ”€ images       # Image used by the template, it can be replaced by your own images
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ background       # Atomic background component
โ”‚   โ”œโ”€โ”€ button           # Atomic button component
โ”‚   โ”œโ”€โ”€ cta              # Atomic cta component
โ”‚   โ”œโ”€โ”€ feature          # Atomic feature component
โ”‚   โ”œโ”€โ”€ footer           # Atomic footer component
โ”‚   โ”œโ”€โ”€ hero             # Atomic hero component
โ”‚   โ”œโ”€โ”€ layout           # Atomic layout component
โ”‚   โ”œโ”€โ”€ navigation       # Atomic navigation component
โ”‚   โ”œโ”€โ”€ pages            # Next JS pages includes index page
โ”‚   โ”œโ”€โ”€ styles           # Atomic styles component
โ”‚   โ”œโ”€โ”€ templates        # List of blocks components
โ”‚   โ””โ”€โ”€ utils            # Atomic utils component
โ”œโ”€โ”€ tailwind.config.js   # Tailwind CSS configuration file
โ””โ”€โ”€ tsconfig.json        # TypeScript file

Customization

You can easily configure the theme. Please change the following file:

  • public/apple-touch-icon.png, public/favicon.ico, public/favicon-16x16.png and public/favicon-32x32.png: your favicon, you can generate from https://favicon.io/favicon-converter/
  • src/styles/main.css: your CSS file using Tailwind CSS
  • utils/Config.ts: website configuration file
  • src/pages/index.tsx: the index page of the theme use the Base component
  • src/template/Base.tsx: the Base component using component blocks
  • src/templates/*: the list of component blocks
  • src/*: other folders in src are the atomic components used by components blocks

Here is the layer:

  • the entry point: index.tsx in src/pages
  • the Base template: Base.tsx in src/templates
  • use component blocks from src/templates/*
  • use atomic components from src/*

Deploy to production

You can see the results locally in production mode with:

$ npm run build
$ npm run start

The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.

You can create an optimized production build with:

npm run build-prod

Now, your theme is ready to be deployed. All generated files are located at dist folder, which you can deploy with any hosting service.

Deploy to Netlify

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

Contributions

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

License

Licensed under the MIT License, Copyright ยฉ 2020

See LICENSE for more information.


Made with hearts by CreativeDesignsGuru


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK