This projet is a UI implementation for Party Schedule Service.
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.