All Projects → Zimtir → SENT-template

Zimtir / SENT-template

Licence: MIT License
Skip setup and start code with SENT (Sapper Express Node Template) and other tools

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Svelte
593 projects
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to SENT-template

nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-76.81%)
Mutual labels:  eslint, docker-compose, prettier
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (-43.48%)
Mutual labels:  eslint, prettier, prettier-eslint
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (-20.29%)
Mutual labels:  eslint, prettier, storybook
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+427.54%)
Mutual labels:  eslint, docker-compose, prettier
sapper-postcss-template
A template that includes Sapper for Svelte and PostCSS preprocessing with Tailwind CSS
Stars: ✭ 84 (+21.74%)
Mutual labels:  eslint, svelte, sapper
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-53.62%)
Mutual labels:  eslint, prettier, storybook
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (+639.13%)
Mutual labels:  eslint, prettier, storybook
Simple React Calendar
A simple react based calendar component to be used for selecting dates and date ranges
Stars: ✭ 97 (+40.58%)
Mutual labels:  eslint, prettier, storybook
nextjs-baseweb
Slightly opinionated scaffold of Next.js and Base Web.
Stars: ✭ 46 (-33.33%)
Mutual labels:  eslint, prettier
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-72.46%)
Mutual labels:  eslint, prettier
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (+33.33%)
Mutual labels:  eslint, prettier
vite-react-ts-tailwind-firebase-starter
Starter using Vite + React + TypeScript + Tailwind CSS. And already set up Firebase(v9), Prettier and ESLint.
Stars: ✭ 108 (+56.52%)
Mutual labels:  eslint, prettier
blog-template
A markdown-style blog template for Sapper
Stars: ✭ 29 (-57.97%)
Mutual labels:  svelte, sapper
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (-53.62%)
Mutual labels:  eslint, prettier
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-75.36%)
Mutual labels:  eslint, prettier
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-72.46%)
Mutual labels:  eslint, prettier
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (-72.46%)
Mutual labels:  eslint, prettier
next-pwa-template
Next.js progressive web app template
Stars: ✭ 266 (+285.51%)
Mutual labels:  eslint, prettier
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-71.01%)
Mutual labels:  eslint, prettier
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. 🔥
Stars: ✭ 55 (-20.29%)
Mutual labels:  eslint, storybook

SENT-template

https://github.com/Zimtir/SENT-template

Sapper Express Node Template

Logo

GitHub package.json version GitHub issues GitHub forks GitHub stars GitHub license

GitHub issues GitHub forks GitHub stars GitHub license

code style: prettier code formatting: eslint

build and publish linters and tests

Docker Stars

GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch)

Coverage by tests

Design

Design

Usage

  • Create a repository based on SENT-template

    # for Rollup
    npx degit "Zimtir/SENT-template" my-app
  • Install packages

    • npm run install:dev - Install only required packages for simple development (no test support and other tools)
    • npm run install:dev:full - Install all packages
    • npm run install:prod:full - Install all packages to execute tests, storybook and so on at production environment
    • npm run install:prod - Install only required packages to run production

Testing

  • npm run test:dev or npm run test:prod - Execute all tests
  • Note: setup IS_CODE_COVERAGE_ENABLED='true' in environment variables to print at output a coverage by tests

Swagger

Swagger configuration

Docker

Production

  • Application

    • The running of bundles in container
    • Note: Sure to execute the build before npm run build
    docker-cmpose up sent-template

Development

  • Application

    • The running of application in development mode inside a container
    docker-compose -f docker-compose.dev.yml up web
  • Storybook

    • Demonstrates all components that can be used in development
    docker-compose -f docker-compose.dev.yml up storybook
  • Nginx

    • The hosting of bundles through Nginx
    • Note: Sure to execute the build before npm run build
    docker-compose -f docker-compose.dev.yml up nginx
  • Tests

    • Allows to execute all tests in the container
    docker-compose -f docker-compose.dev.yml up test

Docs

Wiki

List of features

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