Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Typescript Frontend

License

NotificationsYou must be signed in to change notification settings

uCredit-Dev/ucredit_frontend_typescript

Repository files navigation

This is the repository for uCredit, 4-year course planning, streamlined.Deployment:https://ucredit.me

  • If the site doesn't immediately show, please give the frontend server a few seconds to load.
  • If user and plan data doesn't show, give it a second longer for the backend server to start up.

Structure

.├── lib│   ├── appStore│   ├── components│   │   ├── dashboard│   │   │   ├── course-list│   │   │   ├── degree-info│   │   │   └── menus│   │   │       ├── comments│   │   │       └── reviewers│   │   ├── landing-page│   │   │   ├── assets│   │   │   │   ├── components│   │   │   │   ├── data│   │   │   │   ├── img│   │   │   │   └── svg│   │   │   └── team-page│   │   ├── popups│   │   │   └── course-search│   │   │       ├── cart│   │   │       ├── prereqs│   │   │       ├── query-components│   │   │       └── search-results│   │   ├── reviewer│   │   └── utils│   ├── resources│   │   └── redux_sample│   ├── services│   ├── slices│   └── utils├── pages│   ├── login│   └── reviewer└── public    ├── img    │   ├── landing-page    │   ├── line-art    │   └── team-page    ├── static    └── svg

All folders and files in thepages folder correspond to client paths you access. E.g.,/pages/index.tsx corresponds to/ in the browser. For any other (utility) components, put them under thelib folder. Basically,src is nowlib.

Any static assets placed in thepublic folder can be accessed directly as follows,/img/bg.png instead of/public/img/bg.png.

Getting Started

  1. npm i
  2. npm start to run a local server on "localhost:3000" with nodemon listening for changes
  3. npm build ->npm start:prod to run an unlistened production-build server.
  4. The development branch has the newest development code. Master may not have the most updated code.
  5. All components asset files, redux files, etc. can be found inlib

About

Typescript Frontend

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors33

Languages


[8]ページ先頭

©2009-2025 Movatter.jp