This sample showcases the sample React application included in the Wyn Enterprise blog: How to Embed a White Label Dashboard into an Existing Web Application. It is a blank application that is meant to be fully built by following the steps in the blog.
This sample requires:
- Wyn Enterprise 5.0.00236.0 or newer
- Before you start, make sure you have the following installed: Node.js. You can download it from here: https://nodejs.org/en
- Clone the repository:
git clone https://github.com/Wyn-Enterprise/WynBlogApplication_React - Navigate to the project folder:
cd your-repo - Install the dependancies:
npm install - Start the React applicationL:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.