Skip to content

webceyhan/next-meetups

Repository files navigation

CodeQL

Meetups Application + NextJs + Bootstrap

This is a tutorial based Meetups application built on Next.js + Bootstrap.

This is a Next.js project bootstrapped with create-next-app.


Installation

  1. Clone the repository.
    git clone https://github.com/webceyhan/next-meetups.git
  2. Get inside the cloned project folder.
    cd next-meetups
  3. Install NPM packages.
    npm install

Development

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.


Building

Build the app for production to the .next folder.

npm run build

It generates an optimized version of your application for production.
All JavaScript code inside .next has been compiled and browser bundles have been minified to help achieve the best performance and support all modern browsers.

You can preview the production application as follows:

npm run start

Deployment on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.


References