https://github.com/code-society-lab/cursif-web
React client for Cursif
https://github.com/code-society-lab/cursif-web
Last synced: 19 days ago
JSON representation
React client for Cursif
- Host: GitHub
- URL: https://github.com/code-society-lab/cursif-web
- Owner: Code-Society-Lab
- Created: 2023-08-24T18:39:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T08:52:04.000Z (over 1 year ago)
- Last Synced: 2024-08-19T03:26:04.617Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cursif.codesociety.xyz/
- Size: 702 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cursif Web Client
Official Cursif web client built with [Next.js](https://nextjs.org).
## Getting Started
### Installation
- Install [npm](https://www.npmjs.com).
- In the root directory, execute `npm install`.
### First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can connect to the dev user with the credentials bellow :
```
Email : dev@example.com
Pasword : Password1234
```
## Resources
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Apollo Client](https://www.apollographql.com/docs/react) - Apollo React Client Documentation.