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

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

Home Page:https://bmha.hashnode.dev/react-custom-toolchain-setup-typescript

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.

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

https://bmha.hashnode.dev/react-custom-toolchain-setup-typescript

License:MIT License


Languages

Language:JavaScript 72.7%Language:TypeScript 19.6%Language:HTML 6.6%Language:CSS 1.1%