Skip to content

atherdon/dash-upload-forms

Repository files navigation

dash-upload-forms

Requirements

System

node v^14.15.4

Node

yarn v^1.22.10

Installation

git clone https://github.com/atherdon/dash-upload-forms
cd dash-upload-form
yarn install

Usage

First check files .env.development for dev mode and .env.production for production.

Development

yarn start:local

Production

yarn build

Project architeture

src/clients - now only apollo client
src/generatedForm - files which generated by yarn form script
src/themes - now only react-apollo-form theme as themeForGenerated
src/models - graphql executable named mutation schemas
src/schema - models exports and named constants src/App.scss - global style classes