├── app.js // Express routes
├── config // Express configuration
├── doc // Documentation
├── public // Static resources
├── scripts // Selenium tests
├── server.js // Node.js server entry point
├── src // React client
│ └── index.js // React App entry point
└── test // Puppet tests
-
Install the dependencies
npm install
-
Build the application
npm run build
-
Run the application
npm run dev