Skip to content

React Form written in TypeScript. with Material UI Components and Formik. You could use this boilerplate or template for your React apps, when creating forms.

Notifications You must be signed in to change notification settings

geraldokereke/reactjs-typescript-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Form with Formik, Material UI

This project was built with Create React App, and is written in TypeScript. I chose TypeScript as the my preferable language for creating the project by running:

> yarn create react-app my-app --template typescript

Yarn was the package manger I used in the project.

Installation

Just incase you want to use this TypeScript boilerplate for your application. Clone this repository: > git clone https://github.com/grayoj/reactjs-typescript-form.git

Install all dependencies, using yarn add

Install formik and Material UI using yarn add formik and yarn add @material-ui/core respectively.

Run this to launch the project:

yarn start

Starts the local server Open http://localhost:3000 to view it in the browser.

Enjoy

Reach out to me. geraldabuchi@twitter.com

About

React Form written in TypeScript. with Material UI Components and Formik. You could use this boilerplate or template for your React apps, when creating forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published