IMPORTANT: This example doesn't load CSS and Images from webpack, so you need to put all on public, for now.
To run this project you need to have:
-
Ruby 2.2.5
-
Rails 5.0
-
NodeJS 6.9.4
-
Yarn 0.21.3
-
Webpack 1.14.0
-
TypeScript 2.2.1
-
Typings 2.1.0
-
Clone the project
-
Install the gems
$ bundle install
-
Install the front-end dependencies
$ yarn
Requires yarn, which requires Node.js.
$ cd webpack && yarn $ typings install
If everything goes OK, you can now run the project!
- Run Foreman
$ foreman start