Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
The web timetable for NURE students
- Host: GitHub
- URL: https://github.com/ardier16/nure-timetable
- Owner: ardier16
- Created: 2018-11-25T21:27:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:56:54.000Z (about 2 years ago)
- Last Synced: 2023-03-02T17:36:28.727Z (almost 2 years ago)
- Topics: axios, css3, html5, javascript, json, npm, nure, react, reactstrap, timetable, yarn
- Language: Vue
- Homepage: https://cistly.netlify.com/
- Size: 2.43 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NURE Timetable
### Clone the repository
Using SSH: `git clone [email protected]: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`