/react-boilerplate

This is a template repository for React projects.

Primary LanguageJavaScriptMIT LicenseMIT

React Boilerplate

A minimal boilerplate to start developing web apps using React.

Getting Started

These instructions will help you run a copy of this project on your system.

Requirements

You need the following application installed on your system to run this project.

  • node ~12.18.1
  • yarn ~1.22.0

Installation

You can install the node dependencies required by the application with the following command:

yarn install

Testing

The unit tests are present in the __tests__ directory. You can run the tests with the following command:

yarn test

Development

To start the application in development mode run the following command.

yarn start

This will start the webpack-dev-server application.

Production

Run the following command to bundle the application using webpack in production mode.

yarn build

Build With

  • React - The frontend library used
  • Webpack - Asset bundling tool

Authors

  • Surya Kant Bansal - Initial work - skb1129