Go to file
NetMan 1008204090 Addition to setup in readme 2024-02-03 19:59:09 +01:00
src Initial commit - project start 2024-02-03 19:56:39 +01:00
.gitignore Initial commit - project start 2024-02-03 19:56:39 +01:00
README.md Addition to setup in readme 2024-02-03 19:59:09 +01:00
package-lock.json Initial commit - project start 2024-02-03 19:56:39 +01:00
package.json Initial commit - project start 2024-02-03 19:56:39 +01:00
webpack.common.js Initial commit - project start 2024-02-03 19:56:39 +01:00
webpack.dev.js Initial commit - project start 2024-02-03 19:56:39 +01:00
webpack.prod.js Initial commit - project start 2024-02-03 19:56:39 +01:00

README.md

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