Skip to content

ynwd/creating-a-react-app-from-scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creating-a-react-app-from-scratch

This is a simple react implementation, as seen in this article

Getting Started

(Note: this project was created in Node v9.3.0)

Clone this repo and install dependencies with npm install.

Starting The Dev Server

To start the server and start hacking, run

npm start

This starter uses webpack-dev-server to spin up an Express server with Hot-Reloading capability. Changes to code in .src should cause pages to reload.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • HTML 26.8%
  • CSS 3.9%