Build on Quasar
- better UE and UI
- cross platform (Win || Mac || Web || IOS || Android)
- more powerful blocks explore
- chat ? maybe
Install Yarn and Quasar.
$ npm install -g yarn
Then, install Quasar CLI. Make sure you have Node >=8 and NPM >=5 installed on your machine.
# Node.js >= 8.9.0 is required.
$ yarn global add quasar-cli
# or:
$ npm install -g quasar-cli
$ git clone https://github.com/AschPlatform/asch-frontend-2.git && cd asch-frontend-2 && yarn install
$ quasar dev
Now the development server runs on port 8080 of your localhost (0.0.0.0:8080).