odin-restaurant/README.md

14 lines
213 B
Markdown

# odin-restaurant
Project using npm & webpack
## setup
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`