Skip to content

raphiniert-com/ra-subzero-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ra-subzero-showcase

This repo contains a showcase React application which bases on react-admin for subzero starter kit.

Installation

Prerequisites

Get it runnin'

First get the api (one of the starter kits) running, then install all the required node packages of this project and run the development server

npm i
npm start

The web interface will become available at http://localhost:3001 and proxies the api from http://localhost:8080 to http://localhost:3001. The proxy mechanism is defined in src/setupProxy.js which loads automatically. Read here for more information about proxy in a react app.

Deployment

First build the application with

npm run build

and move all the build files which are located inside build in your project directory into openresty/nginx/html inside the subZero starter kit project which is serving the api. In order to deploy the api and app in once follow the deployment documentation of the starter kit.

Development & testing

This application bases onto react-scripts. Therefore, we refer to the react scripts documentation.

Contributing

Anyone and everyone is welcome to contribute.

License

This source code in this repository is licensed under MIT license and sponsored by raphiniert.com.