Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```