Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.99 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.99 KB

Boilerplate for react based on create-react-app, jsdoc and redux

This project include scaffolding, test, doc code, style configuration to use in any case

Setup

These are the instructions to setup this boilerplate. You can add your own configurations and stuff for your own purpose.

*** Please feel free to add pull request for any issue, suggestion or feature

Prev-Steps

* Install your favorite editor, in this time i'm used [VSCode ^1.27.2](https://code.visualstudio.com/)
* Install [Nodejs](https://nodejs.org/es/)
* Install [GIT](https://git-scm.com/)

Installation

Clone the repository

https://github.com/clenondavis/create-react-app-redux-jsdoc.git

Once you downloaded the repo, install the npm dependencies executing the following command

npm i

Test

This include jest as main test environment.

Code Documentation

This include jsDoc as main code documentator environment.

Developed with

Contributtors

Colaborator

Your contribution are important. If you want to become and colaborator just follow next steps:

  • Star the project
  • Follow the project to receive notifications of changes
  • Fork and add PR to push changes
  • get in contact with clenondavis

You can be a colaborator for other community like Nicaragua community JsNi

  • get in touch with me

Authors

License

This project is based on MIT license - ver see license detail MIT

Inspiration

  • Share code to community
  • On road to be a Full Stack Javscript Developer
  • Learns More
  • Learn from you