- A study project to learn how to build single page applications, spa routing, components approach without frameworks using common js.
- The structure of the application was developed by Feature-Sliced Design methodology
- SPA, routing, components approach with common js
- ES6 modules, ES2022 classes
- Some CSS animations
- Feature-Sliced Design
- Custom webpack setup
- ESLint
npm install
npm startThis script run webpack-dev-server and auto open browser with https://localhost:5007.
If no browser is opened, you must manually open this URL in the browser.
Port 5007 specified in webpack.config.json in devConfig.
You can fill leaderboard with mock data, just open browser console and type:
window.App.mockFillLeaderBoard();