# yx-app **Repository Path**: steper/yx-app ## Basic Information - **Project Name**: yx-app - **Description**: Initialize yx app base on craete-react-app; - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YX-App A demo template app with React, NextJS and Material UI. ## Template ### Custom configuration - site/config/site - public/manifest.json - public/browserconfig.xml - public/images, generate icons from (favicon-generator)[https://www.favicon-generator.org/] ## Publish steps - Login: add user with your `Username`, `Password`, `Email` ```shell script # First time publish npm adduser # Other times publish npm login ``` - Publish in your git gui or click publish.sh bash file ```shell script npm publish ``` ## Install ```cmd npm install @daybyday/yx-app --save ```