Skip to content

Files

Latest commit

 

History

History
31 lines (21 loc) · 365 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 365 Bytes

React With Webpack and TypeScript Boilerplate

Version

1.0.0

Installation

Install the dependencies

$ npm install

Yarn

$ yarn install

Run the development server

Dev server is now ready and can be accessed in browser in http://localhost:8080

$ npm run dev-server

Build the Project

$ npm run build