Skip to content

hcp-uw/green-notes

Repository files navigation

Green Notes (change more stuff later)

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.

Installation 💭

  1. Clone the repository to your local machine:
git clone https://github.com/hcp-uw/project-starter-template.git
  1. Change into the project's directory:
cd project-starter-template
  1. Install the required dependencies for both the frontend and backend:
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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages