Skip to content

Frontend app bootstrap (ReactJS / Typescript / Webpack)

Notifications You must be signed in to change notification settings

barong/frontend-app

Repository files navigation

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:https://localhost:3000 in browser

Browser support

App should work in IE8+ and all major browsers

About

Frontend app bootstrap (ReactJS / Typescript / Webpack)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published