Skip to content

DesignPlain/PlainDashboard

Repository files navigation

DesignSphere UI

This project contains the web UI code for DesignSphere

Build

Run npm build to build the project. The build artifacts will be stored in the dist/ directory.

Running the Server

Run npm server for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Backend Integration

Backend code available at PlainBackend repo. The UI state management will work even if the backend is not running, using the browser's local storage, though deployment won't work.

UI Demo

DesignSphere_UI