Skip to content

itzelts/f22-deliv-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T4SG F22 Application Deliverable

This project was bootstrapped with Create React App. You can find an example live implementation here.

After cloning the repo, you should cd into the repo directory and run:

npm install

to install all necessary packages.

If you get an npm: command not found error or something similar, you probably haven't installed npm yet. Try this link for help.

You may get a message like: 7 high severity vulnerabilities. You can ignore this. If you have critical vulnerabilities you can run npm audit fix, which should lower the number of vulnerabilities.

If you get an ERESOLVE error mentioning an upstream dependency conflict, try npm install --legacy-peer-deps, and if that doesn't work, npm install --force.

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 your browser.

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

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • TypeScript 7.1%
  • HTML 6.2%
  • CSS 3.3%