Giter Club home page Giter Club logo

nft-nibiru's Introduction

NibiJS Template

Nibi JS template build with Next, React, Cosmos-kit & tailwind to superstart your development.

Medium LinkedIn Twitter

discord badge image

Table of Contents


Usage Instructions

Install Node Version Manager (nvm)

To install or update nvm, run the install script using the following command:

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

For more information, see github.com/nvm-sh/nvm.

Run the application locally

  1. Move to the repo's node version as defined by the .nvmrc:

    nvm use
  2. Install yarn and download package dependencies (can take โ‰ˆ3 minutes):

    npm install -g yarn
    yarn # or: npm install
  3. Run the application with:

     npm run dev   # defaults to http://localhost:3000
     # or
     yarn dev
     # or
     pnpm dev
     # or
     bun dev

    This will automatically open an interactive development environment with hot reloading, enabling you to edit files and see changes reflected in the running application.

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

    You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.


Dependencies


Source (src) Directory Structure

  • components: Contains all reusable components.
  • pages: A directory containing the page-level components. Each subdirectory of pages corresponds to a page in the application.
  • layouts: For layout-based components like sidebars, navbars, containers, page headers, and page footers.
  • hooks: For custom hooks.
  • context: Contains logic related to the global Redux store.
  • config: For custom types re-used in multiple places. A subdirectory or file named "types" exports local to a specific directory.
  • style: For utility functions that didn't fit into other categories.

Deployments

After building, you can upload dist folder to a hosting service like Netlify

yarn build

Reference: https://create-react-app.dev/docs/deployment/


TSConfig

Visit https://aka.ms/tsconfig to read more about this file


ยฉ Nibi, Inc.

nft-nibiru's People

Contributors

caliconino avatar hariharan1309 avatar

Watchers

 avatar

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.