Skip to content

amy-juan-li/typescript-react-webpack-dev

Repository files navigation

typescript-react-webpack-dev

Create a dev environment using TypeScript, React, Webpack, and Babel.

Run app on dev
Run webpack dev server

Tech Stack

  • TypeScript: A typed JavaScript.
  • Webpack: A module bundler to bundle JavaScript files for usage in browser.
  • React: A JavaScript library for building user interfaces.
  • Babel: The compiler for next generation JavaScript.

Getting Started

  • Install all dependencies:
yarn
# or 
yarn install
  • Run the development server:
yarn dev

Open http://localhost:9000 with your browser to see the result.

  • Build the app:
yarn build

Relevent Content

About me

About

Create a dev environment using TypeScript, React, Webpack, and Babel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published