lcelso / good-practices-form

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/lcelso/good-practices-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo of the project

Good Praticies Form - Accessibility · Build Status npm PRs Welcome GitHub license

Good Praticies Form.

Home

Installing / Getting started

To do the installation follow the steps below:

git clone https://github.com/lcelso/good-practices-form
cd good-practices-form
npm install

or

yarn

Setting up Dev

npm start

or

yarn start

Access url: http://localhost:3000 to access the application and http://localhost:3000/api/graphql to access the graphql Playground.

Building

yarn build

or

npm build

Tests

yarn test 
yarn test:watch
yarn test:coverage

Licensing

MIT

About

Created with CodeSandbox

https://codesandbox.io/s/github/lcelso/good-practices-form


Languages

Language:JavaScript 49.9%Language:CSS 32.8%Language:HTML 17.3%