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
- Host: GitHub
- URL: https://github.com/poboisvert/landingpage
- Owner: poboisvert
- Created: 2021-09-05T00:09:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T18:40:02.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T06:09:12.990Z (about 1 year ago)
- Topics: boilerplate, bootstrap, landingpage
- Language: JavaScript
- Homepage: https://raw.githubusercontent.com/poboisvert/LandingPage/main/template/public/img/svg/logo.png
- Size: 6.65 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### Features
- :evergreen_tree: Modern
- :hear_no_evil: Responsive
- :vulcan_salute: Contact Form
- :bread: Low Maintenance
## SEO Friendly

## 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/