Rahuldeb5 / junior.stuysu.org

Website for Junior Caucus '24
https://junior.stuysu.org
7 stars 0 forks source link

Getting Started with Junior Caucus IT Website

This project was bootstrapped with Create React App. To create your own React tempate, use npx create-react-app my-app

Get Started

  1. Download VSCode
  2. Download WSL (For Windows Users)
  3. Download Node JS

Once in the project directory, you can run:

npm install --force

Creates the node_modules directory and should only be ran when project directory is first created

npm start

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

npx prettier --write .

Corrects the formatting and organization of the code. Should be ran right before committing.

More Resources