Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbrunelli/hackathon-web
WEB Hackathon System
https://github.com/mrbrunelli/hackathon-web
bootstrap css ejs express html javascript node
Last synced: 14 days ago
JSON representation
WEB Hackathon System
- Host: GitHub
- URL: https://github.com/mrbrunelli/hackathon-web
- Owner: mrbrunelli
- Created: 2021-06-08T22:39:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T23:53:31.000Z (over 3 years ago)
- Last Synced: 2024-11-15T09:50:26.623Z (3 months ago)
- Topics: bootstrap, css, ejs, express, html, javascript, node
- Language: EJS
- Homepage:
- Size: 9.97 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Web Hackathon
### Layout
##### Mockup
![](.github/screenshot-mockup.jpg)##### Home page
![](.github/screenshot-home.png)##### About page
![](.github/screenshot-about.png)### How to execute?
1. Clone repo
```sh
git clone https://github.com/mrbrunelli/hackathon-web.git
```2. Install dependencies
```sh
npm install
```3. Run in developer mode
```sh
npm run dev
```4. Access application on
```sh
http://localhost:3000/
```