/react-redux-form

react-redux-form is a design implementation for fullstack_form and serves as a requester. react-redux-form is built to be on `CLIENT` side only but also comes up with full functional app. Fullstack_form is a simple demonstration of MERN stack and its additional CRUD and REST service and fullstack_form is a project where `SERVER` and `CLIENT` are built together

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

react-redux-form

react-redux-form is a design implementation for fullstack_form and serves as a requester. react-redux-form is built to be on CLIENT side only but also comes up with full functional app. Fullstack_form is a simple demonstration of MERN stack and its additional CRUD and REST service and fullstack_form is a project where SERVER and CLIENT are built together. Here is a github example demo for HEROKU_DEPLOYMENT

Usage

clone the repository

git clone https://github.com/janakhpon/react-redux-form.git

Get into root folder

cd react-redux-form

Install Dependencies using npm

npm install
npm i -d
npm run client-install
npm run dev

Install Dependencies using yarn

yarn install
yarn add
yarn client-install
yarn run dev

Warning

If u run into error use the following steps

sudo yarn install
sudo yarn add
sudo yarn run client-install
sudo yarn run dev

or

sudo npm install
sudo npm i -d
sudo npm run client-install
sudo npm run dev