Skip to content

jmsalazar84/react-quiz

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published