The alternative frontend follows a different design w.r.t. the official frontend in <repo>/frontend.
NOTE: The early development of this alternative frontend is connected to the beginner's guide of building a project in Javascript using React and Pixi. The step-by-step guide can still be accessed in the form of commit history from the PR #89 page.
From this folder, install by typing:
npm startRun the app in the development mode by typing:
npm startOpen 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.
Launch the test runner in the interactive watch mode.
npm testSee the section about running tests for more information.
Build the app for production to the build folder:
npm run buildIt correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.