Skip to content

andredevjs/deezy-auto-earn-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • CSS 16.6%
  • HTML 16.0%