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

This is a sample code demonstrating custom toolchain for Ract project with Webpack, Babel and Typescript

Primary LanguageJavaScriptMIT LicenseMIT

creating-a-react-app-from-scratch

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

It takse the same code and updates to use latest React, babel, webpack dependencies.

Getting Started

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.