Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 582 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 582 Bytes

Frontend bootstrap app

Simple frontend app with ReactJS, Typescript, and Webpack

  • Grunt
  • Webpack 2+
  • Less
  • Typescript 2+
  • ReactJS 0.14.8
  • Backbone Router
  • Mobx

Install and run

Production

  1. npm install
  2. grunt production
  3. open public/index.html in browser

Development

  1. set baseUrl property in config/path.config.js to your local site for proxy requests from webpack dev server
  2. npm install
  3. grunt development
  4. npm run dev-server
  5. open http://localhost:3000 in browser

Browser support

App should work in IE8+ and all major browsers