Skip to content

robbporto/awesome-react-redux-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome React Redux Start

This project was bootstrapped with Create React App.

React/Redux starter template. Also using: React Router, Axios, SCSS, Enzyme (unit testing), yarn, Bootstrap...

README still in progress!

Prerequisites

  1. Node.js;
  2. npm;
  3. yarn (npm install -g yarn);
  4. Git

Getting started

  1. git clone https://github.com/robbporto/awesome-react-redux-starter.git;
  2. cd awesome-react-redux-starter;
  3. run yarn to install the dependencies;
  4. See the main commands right below.

Main commands

  1. npm start: compiles SCSS to CSS, start the server and init developer mode (recommended option);
  2. npm test: run the tests, press a to run all the unit tests;
  3. npm test -- --coverage: run all the tests and show the code coverage;
  4. npm run lint: look for errors in the code, if after running nothing happens, there's no errors in the observable code

About

React/Redux/React Router/Enzyme starter template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published