fj1 / college-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This app is designed to introduce college students to frontend development. The goal is to generate excitement and interest by building an app quickly and efficiently.

App Demo on Heroku

Tools:

How do I get this code?

There are a few options for accessing this code so that you can use it. We'll start with the least difficult option.

  1. Download the zip file
  • At https://github.com/fj1/college-app look to the right for a button called "Download Zip".
  • Click this button, and save to a convenient location on your computer.
    • Mac: click on the downloaded zip to install.
    • Windows: right-click and WinZip to install.
  1. Command Line + Git
  1. Using your command line
    • cd to college-app-master
    • run npm install
    • run npm start

Create React App

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app 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 app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

About


Languages

Language:JavaScript 84.6%Language:HTML 14.6%Language:CSS 0.8%