A basic template that consists of the essential elements that are required to start building a React (v16.4) application using scsss.
- A typical Project Layout Structure.
- SCSS setup and Configuration with node-sass (v4.14.1)
- The main react components to get started 😎
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
yarn start or (npm start if you are using npm.)
yarn build or npm build