https://github.com/mrbrunelli/hackathon-web
WEB Hackathon System
https://github.com/mrbrunelli/hackathon-web
bootstrap css ejs express html javascript node
Last synced: 3 months ago
JSON representation
WEB Hackathon System
- Host: GitHub
- URL: https://github.com/mrbrunelli/hackathon-web
- Owner: mrbrunelli
- Created: 2021-06-08T22:39:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T23:53:31.000Z (about 5 years ago)
- Last Synced: 2025-03-05T08:17:57.478Z (over 1 year 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

##### Home page

##### About page

### 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/
```