https://github.com/akshay196/notice-board
Simple and attractive Notice Board webapp for college
https://github.com/akshay196/notice-board
material-design socket-io webapp
Last synced: 8 months ago
JSON representation
Simple and attractive Notice Board webapp for college
- Host: GitHub
- URL: https://github.com/akshay196/notice-board
- Owner: akshay196
- License: mit
- Created: 2017-04-14T04:51:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T18:54:57.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T20:13:54.536Z (about 1 year ago)
- Topics: material-design, socket-io, webapp
- Language: HTML
- Homepage:
- Size: 1.11 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notice Board Webapp
Real time notices showing web application for Institute.
Site preview can be viewed at https://akshay196.github.io/notice-board/
## Getting started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
This project requires npm and Node.js in the system. Download Node.js and npm from [https://nodejs.org/]() and install.
However, on Fedora, Execute the command to install npm and Node.js
```
$ sudo dnf install npm
```
Check that you have node and npm installed
```
$ node -v
$ npm -v
```
### Installing
Clone this repository.
```
$ git clone https://github.com/akshay196/notice-board.git
```
Then install dependencies. To do this, execute commands,
```
$ cd notice-board
$ npm install
```
Now start the notice-board application.
```
$ npm start
```
Open browser and visit localhost:8000
# License
This project is licensed under MIT License. See the [LICENSE](https://github.com/akshay196/notice-board/blob/master/LICENSE) file for details.