Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 676 Bytes

React-and-Express-boilerplate

Boilerplate to start developing a fullstack app with react as frontend and express as backend.

Requirements

You most have installed a package manager as npm or yarn, and the package concurrently. You can do it with the next commands:

For a global installation:

npm install -g concurrently or yarn global add concurrently

For a local installation:

npm install --save-dev concurrently or yarn add --dev concurrently

Installation

Run the next command to clone this repository

git clone https:github.com/Vanaldito/React-and-Express-boilerplate.git
cd React-and-Express-boilerplate
rm .git -rf
git init