Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squishy123/ronin-react-view-starter
- Owner: Squishy123
- License: agpl-3.0
- Created: 2019-11-25T22:28:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:41:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T19:48:39.349Z (2 months ago)
- Language: JavaScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```