odin-restaurant/README.md

14 lines
213 B
Markdown
Raw Normal View History

# odin-restaurant
Project using npm & webpack
## setup
2024-02-03 18:59:09 +00:00
cd into this dir
to install all required dependencies - first run: `npm i`
to build for production: `npm run build`
to launch dev server: `npm run dev`