Skip to content

ReactCheatsheet/example-react-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example React App

[12/28/2019]: This project is updated with latest versions of all the mentioned tools. If you have read the previous revision of the article, please pay attention to the changes in package names

Example project for the Medium Article What are NPM, Yarn, Babel, and Webpack; and how to properly use them?

How to run

Install dependencies:

yarn install

Run dev server:

yarn run dev

Open your favorite browser and type in http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 11.6%
  • CSS 3.6%