Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinhphan8/lms-full-stack-nextjs
https://github.com/thinhphan8/lms-full-stack-nextjs
nextjs react storybook supabase typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinhphan8/lms-full-stack-nextjs
- Owner: thinhphan8
- License: mit
- Created: 2024-08-03T10:41:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T10:06:08.000Z (6 months ago)
- Last Synced: 2024-10-13T21:43:57.527Z (4 months ago)
- Topics: nextjs, react, storybook, supabase, typescript
- Language: MDX
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LMS NextJS with TypeScript
### This Next.js + React + TypeScript study project was based on LMS in NextJS by Code with Andrew Ford.
### Reference link: https://github.com/andrewjamesford/lms-nextjs## Getting Started
### First, run the development server:
#### npm run dev### Server will be running on http://localhost:3000
### This project uses the Dev Containers extension for WebStorm.
### For ERD, please check it from Code with Andrew Ford's GitHub link above.