Skip to content

thlorenz/see-eat-sleep

Repository files navigation

see-eat-sleep

Example of building a larger app with multiple smaller feature apps using npm and browserify.

Installation

npm install thlorenz/see-eat-sleep

or

git clone https://github.com/thlorenz/see-eat-sleep.git

Initialize and install deps

cd see-eat-sleep && npm install

Launching app

Launch main app:

npm start

Launch see feature:

cd ses-see && npm start

Running tests

Run all tests:

npm test

Run only see feature tests:

cd ses-see && npm test

More docs

Core app that supports all feature apps

Feature apps

All feature apps have the same structure outlined in the barebones see-eat-sleep feature.

Adding more features

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.

License

MIT

About

Example of building a larger app with multiple smaller apps using npm and browserify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors