/react-starter-template

A basic template🚀 that consists of the essential elements that are required to start building a React (v16.3) application using SCSS with node-sass(v4.14.1)

Primary LanguageSCSSMIT LicenseMIT

React Starter 🚀

A basic template that consists of the essential elements that are required to start building a React (v16.4) application using scsss.

The Template consist of

  • A typical Project Layout Structure.
  • SCSS setup and Configuration with node-sass (v4.14.1)
  • The main react components to get started 😎

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The following software is required to be installed on your system:

  • Node 8.x
  • Npm v3.x

Type the following commands in the terminal to verify your node and npm versions

node -v
npm -v

Follow the following steps to get development environment running.

  • Clone 'react-starter-template' repository from GitHub

    git clone https://github.com/<username>/react-starter-template.git
  • Install node modules

    cd react-starter-template
    yarn or npm install

Available scripts

Run start

yarn start or (npm start if you are using npm.)

Run build

yarn build or npm build