Go to file
NetMan 4459f7dbe4 Initial commit - project start
npm, package.json, webpack, boilerplate, hello world
2024-02-03 19:56:39 +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 Initial commit - project start 2024-02-03 19:56:39 +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

to build for production: npm run build

to launch dev server: npm run dev