Skip to content

Empty React App featuring TypeScript, Babel and Webpack

Notifications You must be signed in to change notification settings

harryjms/empty-react-ts

Repository files navigation

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

About

Empty React App featuring TypeScript, Babel and Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published