This project is an educational project to try out Feature Sliced Design methodology in developing Single-Page Applications using modern stack of technologies.
To install and launch this project locally you need to install yarn package manager:
npm install --global yarn
or
npm install --save-dev yarn
if you don't want to install yarn globally.
Then you should install project's dependencies and launch the project in development mode:
yarn
yarn dev
You can visit a Demo Page of the project to try it out!