aboutsummaryrefslogtreecommitdiff

Project (frontend only)

Locations

Development

  1. Install the dependencies
  1. Clone the frontend only
git clone https://github.com/uji-disnote/webapp.git
  1. Change the working directory
cd webapp
  1. Start the frontend development server
npm run dev
  1. Clean the backend state (browser console)
Client.state.removeAccount()

Production

Frontend only build, for the complete project visit: https://github.com/uji-disnote/app#production

  1. Install the dependencies
  1. Clone frontend only
git clone https://github.com/uji-disnote/webapp.git
  1. Change the working directory
cd webapp
  1. Compile the frontend only
npm run build

Repositories