https://github.com/dappforce/subsocial-angular-template
The Angular template showcases Subsocial's basic functionality, and allows you to get a better understanding of how to build Angular dapps on Subsocial.
https://github.com/dappforce/subsocial-angular-template
angular dapp medium-clone polkadot reddit-clone social-media social-network subsocial substrate template twitter-clone web3
Last synced: 3 months ago
JSON representation
The Angular template showcases Subsocial's basic functionality, and allows you to get a better understanding of how to build Angular dapps on Subsocial.
- Host: GitHub
- URL: https://github.com/dappforce/subsocial-angular-template
- Owner: dappforce
- License: gpl-3.0
- Created: 2021-09-30T11:14:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T16:54:36.000Z (over 3 years ago)
- Last Synced: 2025-03-25T14:51:18.500Z (3 months ago)
- Topics: angular, dapp, medium-clone, polkadot, reddit-clone, social-media, social-network, subsocial, substrate, template, twitter-clone, web3
- Language: TypeScript
- Homepage: https://subsocial.network
- Size: 3.07 MB
- Stars: 2
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SubsocialAngular
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.7.
## Install package
Run `yarn install`
## Install angular cli
Run `yarn global add @angular/cli`
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## SSR development server
Run `yarn dev:ssr` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Build SSR version
Run `yarn build:ssr`.
Run `yarn serve:ssr` for use production server. Navigate to `http://localhost:4000/`.## Storybook development server
Run `yarn storybook`. Navigate to `http://localhost:6006/`.
## Build storybook
Run `yarn build-storybook`.