Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
/ react-template Public archive

Basic React project template based on Create React App

Notifications You must be signed in to change notification settings

morewings/react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation notice

This repo is deprecated. Use Quickstart Redux template instead.

Build Status Dependencies

My custom tailored React App template. Based on create-react-app with some additions.

Quickstart

Prerequisites

  • Install nvm;
  • Install latest LTS node release with nvm install 8;
  • Install yarn globally brew install yarn

Initial setup

nvm use
yarn
yarn start

Commands

  • yarn start - starts server in development mode;
  • yarn fix - autofixes code style and the outputs non-fixable errors;
  • yarn lint - only outputs non-fixable errors;
  • yarn test - runs Jest tests.

About

Basic React project template based on Create React App

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published