Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 747 Bytes

Party Schedule Service UI

This projet is a UI implementation for Party Schedule Service.

Usage

Node.js and Yarn is required for development. VSCode and Prettier used for code conventions/formatting.

To install required dependencies run yarn install in project directory. In the project directory, you can also run:

yarn start Runs the app in development mode. Open http://localhost:3000 to view it in the browser. Any changes made to project files are automatically build.

yarn build Builds the app for production to the build folder. It bundles in production mode and optimizes the build for the best performance.