- nodejs, webpack, es6, coffeescript, sass
- fw - framework of Anton Kluev
- for more information see sections
"dependencies" : {}
and"devDependencies" : {}
in ./package.json`
- download and install
nodejs
withlastest features
- use
git
console on windows (to make the download of thefw module
from git possible) - navigate to the project
npm install
to install all the dependencies
- navigate to the project
- launch script in the console
npm run client
to start the localhost on the port8000
ornpm run build
to build the project- for more information see the section
"scipts" : {}
in./package.json
- navigate with chrome to
localhost:8000/#layoutEngine
for Layout Engine or tolocalhost:8000
for iPad mockup
./src/app.coffee
is the entry point of the program./build/app.js
is the output- for more information see
./webpack.json
- Anton Kluev
- [email protected]
- https://github.com/antonkluev