Giter Club home page Giter Club logo

kickstarter's Introduction

Kickstarter

Kickstarter is meant to be a project that allows you to quickly bootstrap your project without the hassle of configuring all the tools needed to create a great app.

git clone [email protected]:tiagocastro070/kickstarter.git
cd kickstarter
npm install
npm run dev

Vite JS

As a bundler tool ViteJS is the chosen one as it provides minimal configuration.

Storybook

Storybook is a tool in which you can develop and document all of your components isolated. It is encouraged that you use this tool to develop individual components before building the containers that wrap them all. You can also provide general documentation on the business logic of your app. Run the following command to open Storybook on your browser.

npm run storybook

Testing

To make sure all of our code is bullet-proof and make you confindent on what you are delivering, Kickstarter comes with Vitest and Cypress pre-configured. Use Cypress to visually test all of your components without needing to mock browser apis, and end-to-end testing. Use Vitest to unit-test your functions. The default global coverage (result of the Vitest and Cypress coverages merge) for lines, functions, branches and statements is 80%.

kickstarter's People

Contributors

tiagocastro070 avatar

Stargazers

João Pedro Rubira Crulhas avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.