Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 590 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 590 Bytes

React/Sass/Redux Boilerplate

Boilerplate and guide for a React/Sass/Redux build.

Getting Started

Run the following command in the terminal:

> git clone https://github.com/sudowebdev/react-redux-default-environment.git

To get started, first install all the necessary dependencies.

> npm install

Start the development server (changes will now update live in browser)

> npm run start

To view your project, go to: http://localhost:3000/