8000 GitHub - webceyhan/next-cats-world: CatsWorld Application + NextJs + Bootstrap
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webceyhan/next-cats-world

Repository files navigation

CodeQL

CatsWorld Application + NextJs + Bootstrap

This is a tutorial based demo 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-cats-world.git
  2. Get inside the cloned project folder.
    cd next-cats-world
  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

About

CatsWorld Application + NextJs + Bootstrap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0