Welcome to your web application using Electrode X.
Some initial things to do and try:
-
Update your
package.json
to fill in some information.name
,description
,homepage
,author
-
Start doing some testing and development
- First install dependencies
npm install
- Then to develop your app, do
npm run dev
- Once App is running, point browser to http://localhost:3000
-
Try adding some simple text to
home/subapp-home.js
ordemo1/subapp-demo1.js
. -
Create some React components and add them to the home or demo subapp.
-
Enable some optional features in
archetype/config/index.js
. -
Read up on a quick intro to the Electrode SubApp architecture.
-
Create a repo and push your app to https://www.github.com, and update
repository
inpackage.json
. -
Contribute to the Electrode Platform.
- Check Electrode docs at https://docs.electrode.io