Skip to content

tonyYo00/react-demo

 
 

Repository files navigation

React Demo

This project was bootstrapped with Create React App, it's a simple demo purpose Blocklet that runs on ABT Node.

Install on my ABT Node

Install on my ABT Node

Run and debug in the cloud with Gitpod

Click the "Open in Gitpod" button, Gitpod will start ABT Node and the blocklet.

Open in Gitpod

Run and debug locally

If you have not installed ABT Node locally, you can do it using the following:

yarn global add @abtnode/cli

You can get more details from Get started with ABT Node page or if you need help installing ABT Node.

Clone the repo and start development using a debug mode ABT Node instance inside this project:

git clone [email protected]:blocklet/react-demo.git
cd react-demo
yarn
abtnode init --mode debug
abtnode start
blocklet dev

Bundle and Package

(Coming Soon)

Install to your ABT Node

If you have your own ABT Node and just want to try out this blocklet, simply click the following button to install: Install on My ABT Node

Or alternatively, you can find install this demo blocklet in Blocklets Marketplace or from the "Blocklet/Marketplace" menu in your ABT Node console.

Learn more about ABT Node and Blocklet

License

The code is licensed under the MIT license found in the LICENSE file.

About

Simple React Blocklet Demo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 27.8%
  • JavaScript 23.8%
  • HTML 20.8%
  • Makefile 13.9%
  • CSS 11.2%
  • Dockerfile 2.5%