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
- Host: GitHub
- URL: https://github.com/verida/react-app-template
- Owner: verida
- License: isc
- Created: 2025-01-28T23:42:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T02:49:35.000Z (about 1 year ago)
- Last Synced: 2025-06-10T03:33:20.880Z (about 1 year ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)