All Projects → mizchi-sandbox → Minfront

mizchi-sandbox / Minfront

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Minfront

Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+684.44%)
Mutual labels:  boilerplate, jest
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (+948.89%)
Mutual labels:  boilerplate, jest
Nod
Node.js module generator/boilerplate with Babel, Jest, Flow, Documentation and more
Stars: ✭ 355 (+688.89%)
Mutual labels:  boilerplate, jest
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+562.22%)
Mutual labels:  boilerplate, jest
Svelte Tailwind Extension Boilerplate
A Chrome extension boilerplate built with Svelte, TailwindCSS, Jest, and Rollup.
Stars: ✭ 26 (-42.22%)
Mutual labels:  boilerplate, jest
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+582.22%)
Mutual labels:  boilerplate, jest
Graphql Dataloader Boilerplate
Very simple boilerplate using GraphQL and DataLoader
Stars: ✭ 405 (+800%)
Mutual labels:  boilerplate, jest
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (-64.44%)
Mutual labels:  jest, netlify
Preact Jest Snapshot Test Boilerplate
🚀 Test Preact components using Jest snapshots
Stars: ✭ 24 (-46.67%)
Mutual labels:  boilerplate, jest
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+1877.78%)
Mutual labels:  boilerplate, jest
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+502.22%)
Mutual labels:  boilerplate, jest
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-73.33%)
Mutual labels:  boilerplate, jest
Rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes
Stars: ✭ 265 (+488.89%)
Mutual labels:  boilerplate, jest
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+41515.56%)
Mutual labels:  boilerplate, jest
Simple React App
Simple base app using react, react-router v4, hot-reload & sass.
Stars: ✭ 263 (+484.44%)
Mutual labels:  boilerplate, jest
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (+697.78%)
Mutual labels:  netlify, boilerplate
Nextjs Netlify Blog Template
Next.js blogging template for Netlify
Stars: ✭ 141 (+213.33%)
Mutual labels:  netlify, boilerplate
Eleventy Starter Ghost
A starter template to build websites with Ghost & Eleventy
Stars: ✭ 187 (+315.56%)
Mutual labels:  netlify, boilerplate
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+1280%)
Mutual labels:  boilerplate, jest
Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-77.78%)
Mutual labels:  boilerplate, jest

Minfront

My minimum frontend boilerplate 201811

  • yarn
  • parcel
  • typescript
  • jest
  • netlify

This code does not include framework, lint, ci, and other (production) tools.

Bootstrap

# ... Setup node and yarn
$ git clone [email protected]:mizchi-sandbox/minfront.git --depth 1 myspa
$ cd myspa
$ git remote rm origin # optional
$ yarn install
$ yarn dev    # Start app server
$ yarn build  # Build to dist
$ yarn test   # Run jest
$ yarn deploy # Deploy to netlify

Optional: Rocommended tools

Advanced: Build your own project like minfront

This project is based on my handy shell command.

$ mkdir app_name; cd app_name
$ yarn init -y; git init; gibo dump Node > .gitignore; yarn add typescript -D; yarn tsc --init

Optional: Replace {app_name} to your-app-name and remove README so far.


{app_name}

How to dev

  • yarn dev: Start application server on http://localhost:1234
  • yarn build: Generate dist
  • yarn test: Run jest
  • yarn deploy: Deploy to netlify (need netlify account)

LICENSE

MIT

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].