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

https://github.com/verida/react-app-template

Template for React web app
https://github.com/verida/react-app-template

Last synced: about 1 year ago
JSON representation

Template for React web app

Awesome Lists containing this project

README

          

# Template for React apps at Verida

This template is based on [Next.js](https://nextjs.org/).

## Getting Started

First, set the environment variables:

```bash
cp .env.example .env.local
```

Then edit the values and set the required variables. Look at the [.env.example](./.env.example) file for more information.

Install the dependencies:

```bash
yarn install
```

Run the development server:

```bash
yarn run dev
```

The application will be available at [http://localhost:3000](http://localhost:3000)