mern-lpu-hrd-project/frontend
Jyotirmoy Bandyopadhayaya dd4b9c1660 Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
..
build Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
public Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
scripts Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
src Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.babelrc Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.editorconfig Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.eslintignore Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.eslintrc.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.gitignore Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.lintstagedrc.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.npmrc Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.postcssrc.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.prettierignore Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.prettierrc.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.stylelintignore Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
.stylelintrc.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
README.md Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
jest.config.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
jsdoc.config.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
package.json Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
webpack.config.js Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30
yarn.lock Added a Boillerplate for ReactJS 2020-10-20 10:53:05 +05:30

README.md

JavaScript React Template

Welcome to your new React app.

prettier

Build Scripts

Install Dependencies

yarn

Start Local Server on Port 8080

yarn start

Run Linting

yarn lint

Run Linting with Fix

yarn lint:fix

Run Style Linting

yarn stylelint

Run Style Linting with Fix

yarn stylelint:fix

Run Unit Tests

yarn test

Run Unit Tests with Coverage Report

yarn test:coverage

Run Unit Tests with Verbose Results

yarn test:verbose

Run Unit Tests and Watch for Changes

yarn test:watch

Build for Production

yarn build

Build for Production with Bundle Analyzer Report

yarn build:report

Generate Documentation

yarn docs

Remove All Build Directories

yarn clean

Technical Requirements

The runtime environment for this application requires node >= 14.6.0 and yarn >= 1.22.4.

Configuration

This application makes use of ESLint, Stylelint and EditorConfig. Each of these features requires an extension be installed in order to work properly with IDEs and text editors such as VSCode.