Skip to content

divin3circle/azle-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Azle React Template

This template sets up a full-stack application with:

  • Azle Backend: A simple Hello World canister.
  • React Frontend: A React app that interacts with the Azle backend.

How to Use

1.Clone the repository:

   #fork this repo
   git clone <link-of-the-forked-repo>.git
   cd azle-starter

2.Run the setup script:

./setup.sh

3.Go to the backend directory in your project and start the canister:

cd name-of-your-project-dir/backend
dfx start --clean --background
dfx deploy

4.Edit your canister id in App.jsx

const canisterId = Principal.fromText("your-canister-id"); // Replace with actual canister ID
//use the canister id you given after running dfx deploy on the backend dir

5.Go to the frontend directory and start the React app:

cd frontend
npm run dev

About

A starter template for Azle & React projects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages