GithubHelp home page GithubHelp logo

hetic-p2019-09's Introduction

Buddytrain 🚇

Install 🔧

npm install

then

npm install -g webpack

Install the Linter 🙈

export PKG=eslint-config-airbnb;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"

If you are on Atom : apm install linter-eslint On Sublime, install this package : SublimeLinter-contrib-eslint

For the SCSS Linter (Only Atom) 🙉

apm install linter-sass-lint

Run 🚀

webpack

Run with dev-server 👷

npm install -g webpack-dev-server

then

webpack-dev-server

Watch 👀

webpack --watch

Run prod 🔥

webpack -p

hetic-p2019-09's People

Contributors

nansthomas avatar lionelpaulus avatar adrienmenegaux avatar simschreib avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hetic-p2019-09's Issues

Re-work Hero Section

Find a best solution for Hero Section "En savoir plus" for more interactivity with user and best goal tracking.

Writing the content

Writing the content for :

  • Hero section
  • Share trip
  • Notification
  • Statistique
  • Book trip (voyage SNCF - Trainline etc.)
  • Footer

Add Header

Create Header for Desktop & Mobile

  • Desktop
  • Mobile

Redesign the Footer

More link -- Download ? SMS number ? Newsletter ? Social Network ? Thinking about that.

Autoprefixer doesn't work 😢

var autoprefixer = require('autoprefixer');

module.exports = {
    module: {
        loaders: [
            {
                test:   /\.css$/,
                loader: "style-loader!css-loader!postcss-loader"
            }
        ]
    },
    postcss: [ autoprefixer({ browsers: ['last 2 versions'] }) ]
}

ça marche pas !!

./node_modules/node-sass/bin/node-sass front/sass/main.scss public/src/css/app.css &&
node ./node_modules/postcss/lib/postcss.js --use autoprefixer --autoprefixer.browsers '> 0%' public/src/css/app.css -d public/src/css/ && webpack --config webpack.config.js

'.' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.