Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published