Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mzurs/ic_template-Azle-NextJS
- Owner: mzurs
- Created: 2023-06-11T14:35:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T17:21:46.000Z (12 months ago)
- Last Synced: 2024-08-02T06:15:14.216Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 233 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-internet-computer - Azle + NextJS Starter - Build Full-stack Dapp on IC with Typescript CDK and NextJS. (Starters / Tutorials and Samples)
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
```