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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 69.2%Language:HTML 26.8%Language:CSS 3.9%