Project (frontend only)
Locations
- Icons:
src/icons - Components:
src/components
Development
- Install the dependencies
- Clone the frontend only
git clone https://github.com/uji-disnote/webapp.git
- Change the working directory
cd webapp
- Start the frontend development server
npm run dev
- 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
- Install the dependencies
- Clone frontend only
git clone https://github.com/uji-disnote/webapp.git
- Change the working directory
cd webapp
- Compile the frontend only
npm run build
Repositories
- Backend:
uji-disnote/app - Frontend:
uji-disnote/webapp