Skip to content

A simple template to create Node.js projects quickly πŸƒβ€β™€οΈ

Notifications You must be signed in to change notification settings

hcp-uw/react-express-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Node.js (React, Express) Project Starter βœ…

A simple template repository with a React frontend and Express backend for quickly starting new full-stack projects.

Prerequisites ‼️

To use this template, you need to have the following installed on your machine:

  • Node.js
  • npm

Getting Started ▢️

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

  1. If you are a part of HCP, request a new repository using this template.

  2. Clone your new repository:

git clone <your-repo-url>
  1. Install the required dependencies for both the frontend and backend:
cd <your-repo-name>
cd starter-frontend
npm i
cd ../starter-backend
npm i

Development πŸ’»

To start the development environment, follow these steps:

  1. Start your server (from the root of the project):
cd starter-backend
npm start
  1. In a new terminal window (starting from the root of your project):
cd starter-frontend
npm start

Authors πŸ“

Elijah Melton

Contributing 🀝

If you have any feedback feel free to submit an issue/pull request! Contributions are more than welcome.

About

A simple template to create Node.js projects quickly πŸƒβ€β™€οΈ

Resources

Stars

Watchers

Forks