Skip to content

DanAtFh/react-course-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-course-projects

Indecision App

$cd indecision-app

Install live-server

yarn global add live-server

Install babel and presets

$ yarn global add babel-cli@6.24.1 $ yarn add babel-preset-react@6.24.1 babel-preset-env@1.5.2

Start live-server

$live-server public

Start babel watch

$ babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • CSS 7.9%
  • HTML 1.6%