Skip to content

ChickenKyiv/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • HTML 1.3%
  • Other 1.4%