Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.39 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.39 KB

WorldQuiz: A React App Demo

It's a demo app using React with Typescript, Sass, Jest and other stuffs!

  1. Instalation steps
  2. Available scripts
  3. Technology stack

Instalation steps

  1. Clone this repository to destination folder.

git clone https://github.com/jmsalazar84/react-quiz.git

  1. Install dependencies.

npm install

  1. Configure environment.

cp .env.example .env

  1. Run local environment.

npm start

Available scripts

npm start - run development server with hot reload mode,

npm build - build distributon package,

npm run lint - run lints,

npm run lint:code - run lint for typescript / javascript files,

npm run lint:style - run lint for style files,

npm test - run tests,

npm run test:watch - run tests with watch mode,

npm run test:coverage - run tests and generate coverage report.

npm run codegen - run graphql code generator.

Technology stack