Skip to content

alienproX/quick-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick React

For quick start a React Web App project. The project based on React, React Router, Redux, SASS and webpack.

Online Demo https://mblur.com/demos/react/

The project including four Demo pages. Every page has independent folder, supports dynamically load.

Recommend to use Chrome extension Redux DevTools.

React App

Getting Started

You’ll need to have Node >= 4 on your machine, Recommend to use Node >= 6 and Yarn (instead of npm).

Clone

git clone https://github.com/cattla/quick-react.git

Install Package

yarn install

Start

yarn start

Runs the project in development mode. Supports hot reloading, print build errors and lint warnings in the terminal console.

Test

yarn test

Runs the test watcher in an interactive mode. By default, runs tests related to files changes since the last commit.

Build

yarn build

Builds the app for production to the ./dist folder. The build is minified and the filenames include the hashes.