mzurs / ic_template-Azle-NextJS

The full-stack template for IC development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azle + NextJS Template

Image

Prerequisites

  • dfx > 0.15.1

  • Nodejs > 18.16.0

  • jq (Command line based JSON processor).

  • To install jq run:

    sudo apt update && sudo apt install -y jq
  • Follwing are the steps to deploy your application locally

  1. Install dependencies:

    yarn install:all
  2. Run below commands:

    yarn start_replica
    yarn deploy
  • To Stop Replica run:

    dfx stop

About

The full-stack template for IC development


Languages

Language:Shell 43.0%Language:TypeScript 41.2%Language:JavaScript 8.8%Language:CSS 7.1%