9 lines
314 B
Markdown
9 lines
314 B
Markdown
A site for restaurant. Build in JS and bootstrap.
|
|
Build in the course https://www.coursera.org/learn/bootstrap-4
|
|
The course used an older version of node, so after update to v22.9.0 there are
|
|
some bugs present. Also the sass processor package has been deprecated.
|
|
To run it use the command:
|
|
```bash
|
|
npm start
|
|
```
|