This is a tutorial based Meetups application built on Next.js + Bootstrap.
This is a Next.js project bootstrapped with create-next-app.
- Clone the repository.
git clone https://github.com/webceyhan/next-meetups.git
- Get inside the cloned project folder.
cd next-meetups - Install NPM packages.
npm install
First, run the development server:
npm run devOpen 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.
Build the app for production to the .next folder.
npm run buildIt 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 startThe 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.