Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squishy123/ronin-react-view-starter

Ronin Starter with react-views support
https://github.com/squishy123/ronin-react-view-starter

Last synced: 21 days ago
JSON representation

Ronin Starter with react-views support

Awesome Lists containing this project

README

        

# ronin-starter

## Getting Started
### Install Dependencies
```console
npm install
```

### Copy and configure environment variables
```console
cp .env.example .env.dev && cp .env.example .env.prod
```

## Starting Development Environment
### Startup MongoDB in Docker Environment
```console
docker-compose up
```

### Start development server
```console
npm run dev
```