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

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

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.