greg-hosking / college-world-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with College World V2

This project was bootstrapped with Create React App and Express Generator.

Overview

College World V2 is a new project that aims to recreate the existing College World application using React, Express, and MongoDB.

Prerequisites

To begin working on College World V2, you need to have the following installed on your computer:

Getting Started

Available Scripts

React (front end)

In the CLIENT directory, you can run:

npm run start or yarn start

Runs the React front end in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build or yarn build

Builds the React front end for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your React front end app is ready to be deployed!

Express (back end)

In the API directory, you can run:

npm run start or yarn start

Runs the Express back end in the development mode.
Open http://localhost:8080 to view it in your browser or make requests to the API.

Learn More

To learn React, check out the React documentation.

To learn React Bootstrap, check out the React Bootstrap documentation.

To learn Express, check out the Express documentation.

To learn MongoDB, check out the MongoDB documentation.

About


Languages

Language:JavaScript 60.0%Language:HTML 22.7%Language:CSS 13.7%Language:Pug 3.6%