Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
/ micro-start Public archive

🚦 Minimal, opinionated HTTP microservice starting point.

License

Notifications You must be signed in to change notification settings

dannyfischer/micro-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚦 micro-start

Minimal, opinionated HTTP microservice starting point.

Powered by micro

Features

  • Ready. Clone, start working on your microservice
  • DX. Automatic service restarts during development
  • Standard. Lint and code with style
  • 💥 Make it yours by adding things

Usage

Clone and install dependencies:

git https://github.com/dannyfischer/micro-start.git
cd micro-start
rm -rf .git
yarn / npm install

Start developing your service and enjoy automatic service restarts:

npm run dev

🚀 http://localhost:3000

For production use, deploy to a suiting service like now and start the microservice with npm start.

About

🚦 Minimal, opinionated HTTP microservice starting point.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published