An open API service indexing awesome lists of open source software.

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

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.