-
Notifications
You must be signed in to change notification settings - Fork 3
Dev
jollen edited this page Jan 23, 2016
·
6 revisions
- Understanding hello, world
- Understanding JSX Transformer and how to combine with Backbone.Model
Create your own project from scratch, or use the project template.
- Initialize a new npm project
- Update package.json for dependencies
- gulp, semantic and etc
- Compile semantic
- Create a webpack project configuration
- Build the web pack project for production
$ npm run build:webpack
- or start the dev immediately
$ node server.js
Listening at http://localhost:3000
webpack built 6e73bfa715708810c2e5 in 44324ms
- Open http://localhost:3000/ and play around with index.html !