alexb31 / React_Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Course

Formation au Framework React

Prerequisites

  • Node
  • Yarn
  • Babel

Installing

Npm install
yarn
babel src\app.js --out-file=public\scripts\app.js --presets=env,react --watch
live-server public

About