Example of building a larger app with multiple smaller feature apps using npm and browserify.
npm install thlorenz/see-eat-sleep
or
git clone https://github.com/thlorenz/see-eat-sleep.git
cd see-eat-sleep && npm install
Launch main app:
npm start
Launch see feature:
cd ses-see && npm start
Run all tests:
npm test
Run only see feature tests:
cd ses-see && npm test
All feature apps have the same structure outlined in the barebones see-eat-sleep feature.
The easiest way is to get started with the barebones see-eat-sleep feature. You can read more on how to get started and customize your feature there.
MIT