Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reljicd/react-flux-student-service-webapp
Part of bigger Student Service web app made using React library and Flux architecture.
https://github.com/reljicd/react-flux-student-service-webapp
flux gulp javascript less npm react
Last synced: about 1 month ago
JSON representation
Part of bigger Student Service web app made using React library and Flux architecture.
- Host: GitHub
- URL: https://github.com/reljicd/react-flux-student-service-webapp
- Owner: reljicd
- Created: 2017-05-30T14:40:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T14:46:05.000Z (over 7 years ago)
- Last Synced: 2024-11-07T14:11:54.984Z (3 months ago)
- Topics: flux, gulp, javascript, less, npm, react
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React/Flux Student Service Webapp
## About
This is a small project I did as part of uni assignment.
I had to make part of Student Service webapp using React library and Flux architecture.It was made using React, Flux, gulp, npm, less.
## How to run
Go to the root folder of the application and type:
```
npm install
```
After node package manager installs all the necessary modules type:
```
gulp
```