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

https://github.com/ardier16/nure-timetable

The web timetable for NURE students
https://github.com/ardier16/nure-timetable

axios css3 html5 javascript json npm nure react reactstrap timetable yarn

Last synced: 8 months ago
JSON representation

The web timetable for NURE students

Awesome Lists containing this project

README

          

# NURE Timetable

### Clone the repository

Using SSH: `git clone git@github.com:ardier16/nure-timetable.git`

or

Using HTTPS: `git clone https://github.com/ardier16/nure-timetable.git`

### Prepare the environment

#### Install [Node.js & npm](https://nodejs.org)

#### Install Yarn
Run `npm install -g yarn`

#### Install all the dependencies
Go to the project folder and run `yarn` or `yarn install`

### Start the project

Run `yarn start`