An open API service indexing awesome lists of open source software.

https://github.com/poboisvert/landingpage

[NextJS] This project is offering a landing page under Next JS that can be setup in less that 5 minutes
https://github.com/poboisvert/landingpage

boilerplate bootstrap landingpage

Last synced: about 1 year ago
JSON representation

[NextJS] This project is offering a landing page under Next JS that can be setup in less that 5 minutes

Awesome Lists containing this project

README

          

# Next JS - Landing Page

This is a free React landing page template written in JavaScript, designed for startups, who want to create a quick, clean and professional landing page for their business or project.

![preview](animation.gif)

### Features

- :evergreen_tree: Modern

- :hear_no_evil: Responsive

- :vulcan_salute: Contact Form

- :bread: Low Maintenance

## SEO Friendly

![preview](SEO.png)

## Installation

```
git clone https://github.com/poboisvert/LandingPage.git
cd template && npm install
npm run dev
```

## Deploy with Digital Ocean

- https://www.digitalocean.com/community/tutorials/how-to-deploy-a-next-js-app-to-app-platform

## Deploy a NPM package

```
npm login

cd template && git init && git add . && git commit -m "init"

npm publish --access public

npm i @YOUR_ORGANISATION/PACKAGE_NAME

Note: npm version patch
```

- https://zellwk.com/blog/publish-to-npm/