Skip to content

appmazing/expressify-express-starterkit

Repository files navigation

expressify

Express & ES6 starter

Note

Please notice, that this is "work in progress". We are working hard to make it useful for everyone, however you have no warranty it will work properly.

If you decided to use it anyway and found an issue, please report it on GH.

Features

  • Babel ES6/7 support built in
  • built in node-config
  • automatically load routes
  • config based execution of methods during application bootstrap
  • config based middleware loading with priority feature
  • Waterline models
  • Joi schema validation
  • fixtures loading
  • splitted code for client, server and both

Is this universal?

You can checkout any client side starter kit to client directory or use our universal React/Redux starter. To learn more check client/README.md

What is making difference in this starter kit?

  • unopinionated structure
  • as minimal amount of magic as it's possible...
  • ...yet still doing a lot of work for you
  • lot of comments instead of documentation of complicated magic methods
  • list of libraries/packages used in framework with resources to learn about them more

How to run?

npm start

How to test?

npm test

How to deploy?

You decide - we are just speeding bootstrapping your application development.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors