Monst
NextJS Tailwind CSS Saas Landing Page
DOCUMENTATION
- Doc version: 5.0
- Created: 15 Jan 2022
- Last update: 21 October 2024
OVERVIEW
Monst is a mulipurpose SASS, Agency, Startup template based on NextJS and Tailwind CSS 3.
Monst includes a lot of pre-designed layouts for home page and inner pages to give you best selections in customization.
You can avoid expensive web development and minimize your design costs using Monst ReactJS Tailwind CSS template.
We used styled-components and carefully created custom components so that we don’t have to sacrifice performance. The styled component also provides an easy way to change the appearance of the entire website.
We have a dedicated support center for all of your support needs. It includes our Documentation and Ticket system for any questions you have.
Main Features
- React 18, NextJs 14, NextJS 13
- React countup
- React scroll-up
- React typing-effect
- React wow animation
- React swiper slider
- Sticky Header
- Google Fonts
- 100% Responsive
- Nice and Clean Design
- Clean and commented code
- Valid Redux / Jsx Component / CSS3
- Easy to customize
- Flexible and multi-purpose
- Built On Tailwind 2.x
- CSS & JS files are included
- Detailed documentation
- Lifetime Free Update
- And much more…
What do you get?
Template source code [css, js]
Documentation
Note
All images are just used for Preview Purpose Only. They are not part of the template and NOT included in the final purchase files.
Change log
VERSION 5.0 - Update to NextJS 14. (NextJS 13 version is still retained in the download package.) VERSION 4.0 - Add TailwindCSS Config file VERSION 3.4 - Fix Countup and react-wow issue VERSION 3.3 - Fix Countup issue VERSION 3.2 - Fix some NextJS 13 bugs VERSION 3.1 - Fix some NextJS 13 bugs VERSION 3.0 - Update to NextJS 13. (NextJS 12 is still available in download package) VERSION 2.2 - Fixed the Responsive issues. VERSION 2.1 - Fixed the vulnerabilities issues. VERSION 2.0 - Add HTML source for customization. VERSION 1.0 - First release.
GET STARTED
Folder Structure
Structure
_app.js Structure
import '../public/assets/css/animate.min.css' import React, { useEffect, useState } from "react"; import '../public/assets/css/tailwind-built.css' import Preloader from '../components/elements/Preloader'; import "swiper/css"; function MyApp({ Component, pageProps }) { const [loading, setLoading] = useState(false); useEffect(() => { setLoading(true); setTimeout(() => { setLoading(false); }, 2000); }, []); return ( <> {!loading ? () : ( )} > ) } export default MyApp
Dependencies
package.json
{ "@headlessui/react": "^1.4.2", "@heroicons/react": "^1.0.5", "next": "^13.1.5", "react": "^18.2.0", "react-countup": "^6.1.0", "react-dom": "^18.2.0", "react-scroll-up": "^1.3.7", "react-typing-effect": "^2.0.5", "react-visibility-sensor": "^5.1.1", "react-wow": "^1.0.0", "swiper": "^8.4.6", "wow.js": "^1.2.2", "wowjs": "^1.1.3" }
Create a Page
Create page pages\blank.js
function Blank() { export function MyPage() { return(Hello!
) } export default Blank;
Routing
The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application
A React component called Link is provided to do this client-side route transition.
import Link from 'next/link' function Home() { return() } export default Home;
In the example above we have multiple links, each one maps a path (href) to a known page:
- / → pages/index.js
- /about → pages/about.js
Any in the viewport (initially or through scroll) will be prefetched by default (including the corresponding data) for pages using Static Generation. The corresponding data for server-rendered routes is not prefetched.
Deployment
If you haven’t already done so, push your Next.js app to a Git provider of your choice: GitHub, GitLab, or BitBucket. Your repository can be private or public.
Then, follow these steps:
- Sign up to Vercel (no credit card is required).
- After signing up, you’ll arrive on the “Import Project” page. Under “From Git Repository”, choose the Git provider you use and set up an integration. (Instructions: GitHub / GitLab / BitBucket).
- Once that’s set up, click “Import Project From …” and import your Next.js app. It auto-detects that your app is using Next.js and sets up the build configuration for you. No need to change anything — everything should work just fine!
- After importing, it’ll deploy your Next.js app and provide you with a deployment URL
- To get more help on the deployment checkout
UPDATE
Important Note:
- Backup your website and theme folders completely to make sure you have a restore point in case of any complications.
Update using FTP
- Download the latest version of the theme to your device.
- Connect to your hosting via FTP software
- Upload the theme folder you unzipped to your site folder
- You should be asked to confirm overwriting of this folder and its contents. Confirm the overwrite.
SOURCES & CREDITS
THANK YOU
Thank you so much for using this template.
- AliThemes Team -