This is the starter code for Code4Community's technical challenge for Fall 2024.
For more detailed information about each of the parts of this starter code, check out the INFO.md
file
If you don't have them already, you'll need to install Node.js/NPM and Git:
- Node.js + NPM - install here (we highly recommend using at least Node 18.0.0 + NPM 8.6.0)
- You can choose to install via the command line under "Package Manager", or download an installer under "Prebuilt Installer"
- Node and NPM are installed together
- Git - install here
- Clone this repo on to your computer. You can do so with the desktop app, or in a terminal with the following:
git clone https://github.com/huang0h/c4c-challenge-fall-2024.git
-
In a terminal, run
npm install
at the root of this project to install the required packages -
Run
npm run dev
at the root of this project to start the app locally -
Visit
http://localhost:3000
to view the website4a. The backend will be available at
http://localhost:4000