Skip to content

The frontend client for the Squeegee Whiteboard application

License

Notifications You must be signed in to change notification settings

squeegee-whiteboard/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squeegee Whiteboard - Client

The client for the Squeegee Whiteboard application

Build Status

Usage

To install the NPM packages necessary for running the code, use npm install. Do this before any of the other commands below or they won't work.

To run the development server, use npm run dev.

To lint the code, run npm run lint.

To make a production build (output in dist folder) use npm run build.

New Dependencies

To add a package to the dependency list for the application, use npm install --save <package name>. If the package is only used for development (e.g. linting), use npm install --save-dev <package name> instead.

Hosting

To host the app, build the production app using npm run build and then host the dist folder.

About

The frontend client for the Squeegee Whiteboard application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published