Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emekamanuel/movie-review-dapp
A movie review dapp created using create-solana-dapp built for solana developer docs.
https://github.com/emekamanuel/movie-review-dapp
Last synced: about 2 months ago
JSON representation
A movie review dapp created using create-solana-dapp built for solana developer docs.
- Host: GitHub
- URL: https://github.com/emekamanuel/movie-review-dapp
- Owner: EmekaManuel
- License: mit
- Created: 2024-08-26T22:50:20.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:11:51.000Z (4 months ago)
- Last Synced: 2024-09-18T11:25:38.529Z (4 months ago)
- Language: TypeScript
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# movie-review-dapp
This project is generated with the [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp) generator.
## Getting Started
### Prerequisites
- Node v18.18.0 or higher
### Installation
#### Clone the repo
```shell
git clone
cd
```#### Install Dependencies
```shell
npm install
```#### Start the web app
```
npm run dev
```## Apps
### web
This is a React app.
#### Commands
Start the web app
```shell
npm run dev
```Build the web app
```shell
npm run build
```