Skip to content

tylerCaineRhodes/ReactEmptyBoiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactEmptyBoiler

This repository was built to provide students with a boilerplate setup for building a full stack CRUD app with a SERN stack. There are branches with example apps utilizing various technologies such as Redux, Mongoose, MongoClient, MySQL, etc.

Technologies

Prerequisites

Before you run pre-production code, ensure you have met the following requirements:

  • You have NodeJS, npm, and a code editor such as VScode.
  • You have MySQL installed on your computer.

Setup and use

Use the package manager npm to install all of the dependencies. Run the following command in your project directory.

  1. Fork this repository.
  2. Clone your fork to your local machine:
git clone <fork_url>
  1. In your new directory, update npm:
npm update
  1. Install dependencies:
npm install
  1. To start a server with nodemon:
npm run dev-server
  1. To run webpack:
npm run dev-compile
  1. To understand terminal commands,check the scripts in your package.json

Working with branches

  • To fetch a solution branch:
git fetch <remote_name> <remote_branch>:<local_branch>
git checkout <local_branch>
  • To clone a single branch:
git clone --single-branch --branch <branchname> <remote-repo>
  • To fetch all branches:
git fetch --all

About

Basic file setup for a full stack React app with solution branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors