nilesjamex / gsap-puzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite Vanilla Boilerplate Starter

Logo

Vite Vanilla Boilerplate Starter with SCSS and Standard Config (Ready to go! πŸš€ )

This is a boilerplate starter for a Vite Vanilla project so i don't keep having to set it up every time i want to start a new project. (my terminal is tired of me invoking the npm init vite command) πŸ˜‚

Installation and Dev

clone the repo or click the use this template button

  git clone https://github.com/adebayo-moses/vite-vanilla-boilerplate.git

Go to the project directory

  cd vite-vanilla-boilerplate

Install dependencies

  npm install

Start the server

  npm run start or npm run dev (either works)

Deployment

To deploy this project run

  npm run dev

image of me you'll rarely see

App Screenshot

Tech Stack (What this boilerplate is made of)

Client: Vanilla JS, HTML, SCSS

Server: Node, Vite (Bundler)

Contributing

Contributions are welcome anytime my brother.

Running Tests

To run tests, (which the possibility of doing that is 0.1%, you can run the following command.

  npm run test

Dev Dependencies

Vite babel/core babel/eslint-parser babel/preset-react types/node Typescript typescript-eslint/eslint-plugin typescript-eslint/parser eslint eslint-config-airbnb eslint-config-airbnb-typescript eslint-config-prettier eslint-config-wesbos eslint-plugin-html eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks Prettier


  • Till next time, stay safe and keep coding! πŸš€

About

License:MIT License


Languages

Language:SCSS 80.5%Language:HTML 15.8%Language:JavaScript 2.9%Language:Shell 0.9%