Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mzurs/ic_template-Azle-NextJS

The full-stack template for IC development
https://github.com/mzurs/ic_template-Azle-NextJS

Last synced: 5 days ago
JSON representation

The full-stack template for IC development

Awesome Lists containing this project

README

        

# Azle + NextJS Template

![Image](public/image.png)

### Prerequisites

- dfx > 0.15.1
- Nodejs > 18.16.0
- jq (Command line based JSON processor).
- To install jq run:

```bash
sudo apt update && sudo apt install -y jq
```

- Follwing are the steps to deploy your application locally

1. Install dependencies:

```bash
yarn install:all
```

2. Run below commands:

```bash
yarn start_replica
```

```bash
yarn deploy
```

- To Stop Replica run:

```bash
dfx stop
```