All Projects → samtgarson → Micro Starter

samtgarson / Micro Starter

[Deprecated] 🔷 Basic (opinionated) starter kit for a micro app with webpack build

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Micro Starter

Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (-11.11%)
Mutual labels:  webpack, cli, jest
Create Elm App
🍃 Create Elm apps with zero configuration
Stars: ✭ 1,650 (+1045.83%)
Mutual labels:  webpack, cli
Javali
🐗 Create a modern JavaScript library that uses ES6 + Jest
Stars: ✭ 144 (+0%)
Mutual labels:  cli, jest
Expo Cli
Tools for creating, running, and deploying universal Expo and React Native apps
Stars: ✭ 1,993 (+1284.03%)
Mutual labels:  webpack, cli
React Redux Starter
A basic template that consists of the essential elements that are required to start building a Single Page Application using React, React Router, Redux, Bootstrap 4, Sass, and Webpack
Stars: ✭ 116 (-19.44%)
Mutual labels:  webpack, starter
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (-19.44%)
Mutual labels:  webpack, jest
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (-9.03%)
Mutual labels:  starter, jest
Gest
👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud
Stars: ✭ 109 (-24.31%)
Mutual labels:  cli, jest
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (-7.64%)
Mutual labels:  webpack, jest
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-6.94%)
Mutual labels:  webpack, jest
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-6.25%)
Mutual labels:  webpack, jest
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-20.14%)
Mutual labels:  webpack, starter
Nutmeg
Build, test, and publish vanilla Web Components with a little spice
Stars: ✭ 111 (-22.92%)
Mutual labels:  webpack, cli
Micro Jaymock
Tiny API mocking microservice for generating fake JSON data.
Stars: ✭ 123 (-14.58%)
Mutual labels:  microservice, micro
Easywebpack Cli
A Powerful Cross-platform Webpack CLI Tool
Stars: ✭ 110 (-23.61%)
Mutual labels:  webpack, cli
Micro Medium Api
Microservice for fetching the latest posts of Medium with GraphQL.
Stars: ✭ 138 (-4.17%)
Mutual labels:  microservice, micro
Cjstoesm
A tool that can transform CommonJS to ESM
Stars: ✭ 109 (-24.31%)
Mutual labels:  webpack, cli
Vlackjack
Blackjack built with Vue.js and vuex
Stars: ✭ 109 (-24.31%)
Mutual labels:  webpack, jest
Go Grpc
A simpler grpc framework
Stars: ✭ 133 (-7.64%)
Mutual labels:  microservice, micro
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+1162.5%)
Mutual labels:  webpack, jest

Micro Starter

A Node microservice starter kit

Basic starter kit for a Node microservice using Micro and other modern JS-y things.

[Deprecated] Since micro v8 was released, the recommended dev setup is micro-dev. Good job team Zeit! 🔥

XO code style npm npm

What do I get

  • 🔷 Micro for no fluff HTTP serving
  • 📦 Webpack for bundling with ES7 syntax
  • 🃏 Jest for speedy and easy to write tests
  • ❤️ XO for no fuss linting
  • 🤓 Development setup including file watching and server restarting for happy devs

Tell me more

Usage

yarn global add micro-starter
micro-start my-app-name # create a new project directory ready for microservicing

Helpers

  • yarn dev: Run development server to watch your files
  • yarn build: Build for production
  • yarn start: Run application

Testing

  • yarn test:spec: Run tests with Jest
  • yarn test:lint: Lint your code with XO
  • yarn test: Run it all

Environment

Use build/env.js for env vars in development but don't check it into source control! You can keep build/env.example.js updated with the dummy environmental requirements of your app for other devs.


Use micro-starter?

Let people know on your readme! 👉  made with micro-starter  👈

[![made with micro-starter](https://img.shields.io/badge/kit-micro--starter-3986fe.svg)](https://github.com/samtgarson/micro-starter)

Contribute

Please open issues/PRs. Thanks.

Happy microservicing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].