Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 646 Bytes

README.md

File metadata and controls

40 lines (36 loc) · 646 Bytes

Empty React App

An empty React app written in TypeScript with Webpack and Babel baked in for easy development.

Pre-requsites

  • Node JS
  • Yarn

Installation

yarn install

Development Server

yarn start

Build

yarn build

File Structure

empty-react-app
├── README.md
├── node_modules
├── package.json
├── tsconfig.json
├── webpack.config.babel.js
├── yarn.lock
├── .babelrc
├── .gitignore
├── .prettierrc
└── src
    ├── index.tsx
    ├── index.html
    └── Components
        └── App
            └── index.tsx