DhyeyMoliya / reactjs-bs-form

A demo form containing most of form elements developed in ReactJS with react-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Single Page Form using ReactJS and Bootstrap (react-bootstrap)

Source Code : ./src/
Bundled Code : ./build/

Get App

$git clone https://github.com/DhyeyMoliya/reactjs-bs-form.git

Install dependencies

$cd reactjs-bs-form
$npm install

Build App

$npm run build

Run Development Mode

$npm start

Run Built App

$npm run serve

Note: App will run on http://localhost:3000 for development mode and on http://localhost:3002 for builded app

About

A demo form containing most of form elements developed in ReactJS with react-bootstrap


Languages

Language:JavaScript 95.7%Language:CSS 2.5%Language:HTML 1.8%