pat310 / react-typescript-boilerplate

Quick scaffolding for a react-typescript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Typescript-React-Webpack Boilerplate Scaffolding to quickly create a React/Typescript project. The following technologies are used:

Note: The scaffolding takes advantage webpack-dev-server rather than launching an actual server.

Starting the scaffolding

  1. Go to the project root directory
  2. npm install or yarn install in the terminal to install dependencies
  3. Run npm start in the terminal
  4. Go to localhost:8080 in the browser

About

Quick scaffolding for a react-typescript project

License:MIT License


Languages

Language:TypeScript 86.2%Language:JavaScript 8.1%Language:HTML 5.7%