/react-project-template

React Boilerplate with Webpack, Eslint, Redux, React-Router, and SCSS

Primary LanguageJavaScriptMIT LicenseMIT

React Project Template

Simple template to set up and build React Projects with Webpack

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See build for notes on how to build the project for production.

Prerequisites

What things you need to install the software and how to install them

Installation

  1. Clone the project: git clone https://github.com/karkarn1/react-project-template.git
  2. Change directory to the root of the project: cd react-project-template
  3. Install the project's dependencies: yarn install
  4. Start the development server: yarn start

Build

  1. Build Project: yarn build

Authors

  • Karim Abou-Khalil - Initial work - Karkarn1

License

This project is licensed under the MIT License - see the LICENSE file for details