kepford / react-boilerplate

A React boilerplate project using Redux and Firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Web Developer Course

Getting Started

If you haven't yet, install nvm: https://github.com/creationix/nvm

Run the following commands

Use the right version of node with:

nvm use

This command will look at your .nvmrc file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency.

If that version of node isn't installed, install it with:

nvm install

About

A React boilerplate project using Redux and Firebase.


Languages

Language:JavaScript 70.8%Language:CSS 26.8%Language:HTML 2.4%