/Ohmyfood

Primary LanguageHTML

Ohmyfood

Ohmyfood! is an application created OpenClassrooms web developer assigment. This app was designed to allow customer to see and order food in best restaurants in Paris, France. As you will see this app needs some improvment. Do what you need with this project !

🔨 Setup


First you will need to install node and Sass :

npm init

npm install

npm install --save sass

Once your Sass is correctly installed (you can check by typing : sass --version in your terminal) you will need to add this line to your package.json file into scripts section :

"scripts": {
    "sass": "sass --watch ./sass/main.scss:./public/css/style.css"
  },

Then, all you have to do is launch Sass compilation while editing your code as it follows :

npm run sass

Ok, now you're go to go !

📸 Screenshots


Whoops there is no screenshot at the moment ! Please come back later 😎