This project contains the web UI code for DesignSphere
Run npm build
to build the project. The build artifacts will be stored in the dist/
directory.
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 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.