devlato / sample-sign-up-page

Bootstrapped with create-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Sign-up Form

Sample sign-up page with custom grid system

Requirements

The project was bootstrapped with create-react-app for TypeScript. So you need Node.js and npm or yarn.

Then you can install all the dependencies:

$ npm i

or

$ yarn

respectively. I'm using yarn, so I'll be writing commands for yarn. You can convert them to npm commands easily using the cheatsheet.

Running the project

To run the project, just type

$ yarn start

Running tests

To run the unit tests, just use the command

$ yarn test

If you want to see the coverage, run it with -- and ``--coverage` flag:

$ yarn test -- --coverage

About

Bootstrapped with create-react-app


Languages

Language:TypeScript 76.0%Language:CSS 17.9%Language:HTML 6.1%