Code Monkey home page Code Monkey logo

bun-nextjs-app's Introduction

Create a next.js app with bun


Install bun

First run the following command to check bun is installed or not

bun -v

If you don't have bun installed then run the following command to install bun

curl https://bun.sh/install | bash

Create a next app

Now run the following command to create a next app

bun create next [your-app-name]

It will create a new directory with the name of your app. To start the app run the following command

cd your-app-name
bun dev

Build production bundle for next app

We have to update next.js version before we build our next app

bun a next@latest

Here we update to the latest version of next for avoiding any kind of build issue

Adding scripts to your package.json

We can add the following scripts to our package.json file

{
  "scripts": {
    "start": "next start",
    "build": "next build"
  }
}

And we can run the following command to build the production bundle

bun run build

To run the production build you can fire following command

bun start

bun-nextjs-app's People

Contributors

ashirbadgudu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

toris-dev chlbri

bun-nextjs-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.