It's a demo app using React with Typescript, Sass, Jest and other stuffs!
- Clone this repository to destination folder.
git clone https://github.com/jmsalazar84/react-quiz.git
- Install dependencies.
npm install
- Configure environment.
cp .env.example .env
- Run local environment.
npm start
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.