Skip to content

(hopefully) simple-to-follow example of how React.js can be configured and implemented

Notifications You must be signed in to change notification settings

silicaRich/lern-2-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lern2react

The purpose of this repo is to have some sort of simple to follow example of how react.js can be implemented.

~ Setup ~

Npm Modules Glossary

Babel : Babel is a JavaScript transpiler that will transform your .JSX code into vanilla JavaScript (so that all browsers can interpret your next gen ES6 compliant code!)

Webpack: Webpack bundles your various Javascript files to create a new, transformed JavaScript file to be accessed by your browser.

Assumption:

You have npm installed. If not, install it here: https://nodejs.org/en/

In your command prompt / terminal:

npm install

webpack

Then run/open you index.html

About

(hopefully) simple-to-follow example of how React.js can be configured and implemented

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published