/react-boilerplate

react-boiler-plate

Primary LanguageSCSSMIT LicenseMIT

React Boilerplate Documentation

React with bootstrap boilerplate

This project was bootstrapped with Create React App.

This project followed Summitech's Front-End Coding Standards.

Setup

The external libraries and lint used are listed below:

Some External Libraries

Lint

Installation

  • Clone this repo

  • In the project directory, you can run: npm install

  • Install eslint, prettier, and sass-lint extensions on your code editor to use lint (installation depends on your editor).

Usage

In the project directory, you can run the scripts:

Preview

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Tests

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

To learn more about the coding standards, check out Summitech's Front-End Coding Standards.