Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 885 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 885 Bytes

Welcome to ITReg!

เว็บแอปพลิเคชันที่ช่วยเรื่องการลงทะเบียนเรียนของนักศึกษาภายในคณะเทคโนโลยีสารสนเทศ

เทคโนโลยีที่ใช้พัฒนา: React.js, Node.js, Tailwind CSS, and Firebase

enter image description here

How to use

1. Clone this Repository

git clone https://github.com/deeptech-kmitl/ITReg.git

2. Install dependencies

yarn install
# or
npm install

3. Run Dev Server

yarn dev
# or
npm run dev