Skip to content

vitaliiburlaka/react-bowl

Repository files navigation

react-bowl ๐Ÿœ

An React Boilerplate.


Requirements

Installation

npm install

How To Use

Start Dev server

It will start local http server at the http://localhost:9000 by default.

npm start

Production build

It will emit optimized and minified bundle to the ./dist directory

npm run build

Code linting

Checks code for common errors or style problems

npm run lint

Checks the code and fixes the issues

npm run lint:fix

Tests

Run the unit-tests using Jest

npm test

Tests in watch mode

npm run test:watch

Coverage report

npm run coverage

Bundle Analyzing

npm run analyze