mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 13:54:25 +00:00
Add scaffold of first assignment
This commit is contained in:
24
task_1_html_css/src/README.md
Normal file
24
task_1_html_css/src/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Requirements
|
||||
|
||||
- current node version (18+)
|
||||
- npm (6+)
|
||||
|
||||
# Installation
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
# Commands
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Format Code
|
||||
(Since it's `uglier`, will make it uglier)
|
||||
```bash
|
||||
npm run format
|
||||
```
|
||||
Reference in New Issue
Block a user