zenz34 / TodoAPP

consume Electrode to create a simple Todo APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-x-app

Welcome to your React application using Electrode X.

Development

Some initial things to do and try:

  1. Update your package.json to fill in some information.

    • name, description, homepage, author
  2. Start doing some testing and development

    • First install dependencies
npm install
  • Then to develop your app, do
npm run dev
  1. Try adding some simple text to src/home/index.ts or src/demo1/index.ts.

  2. Create some React components and add them to the home or demo subapp.

  3. Enable some optional features in xclap.ts when calling loadXarcDevTasks.

  4. Create a repo and push your app to https://www.github.com, and update repository in package.json.

  5. Contribute to the Electrode Platform.

Resources

About

consume Electrode to create a simple Todo APP


Languages

Language:TypeScript 72.0%Language:JavaScript 28.0%