Tutorial

Start a New Application

This is a multi-part tutorial on gettings started with a new application. All the parts are listed below.

1. Workflow, Tools and Environment

2. Customising The Template

3. API Interfaces

4. Handling Data


TODO and other stuff

latest webapp version

  • npm install
  • deps update: npm audit, try npm audit fix what you can
  • npm start
  • accept the https self-signed-key security risk alert

Edit src/App.js:

  • pick login type
  • decide on nav / pages / layout

Blank page issues:

  • often a case of can't load config
  • running npm from terminal inside VSCode might not work properly