Coder Social home page Coder Social logo

trendingtechnology / vrst-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zomeru/vrst-boilerplate

0.0 2.0 0.0 18 KB

A boilerplate for Vite.js, React.js, Styled-Components, & TypeScript with Styling reset.

HTML 14.57% TypeScript 85.43%

vrst-boilerplate's Introduction

VRST Boilerplate โšก

Vrst stands for Vite, React, Styed-Components, TypeScript.

It's fast & faster than create-react-app! ๐Ÿƒโ€โ™‚๏ธ

Installation

Choose an option:

  • Download as .ZIP then extract/unzip.
    • Rename the folder to your project's name.
  • Clone the repo โ€” git clone https://github.com/zomeru/vrst-boilerplate.git <project-name>
    • Replace the <project-name> with the title of your project.

Quick Start

  • Change directory to your project:
cd <project-name>
  • Install the dependencies:
# for npm
npm install or npm i

# start dev server
npm run dev
# for yarn
yarn install or yarn

# start dev server
yarn dev
  • Reinitialize the git repository (optional).
# this will remove the existing remote
rm -rf .git

# initialize an empty git repository
git init

Features

  • Removed CSS files.
  • Code structure.
  • CSS reset using styled-components GlobalStyles
  • Poppins as default font

vrst-boilerplate's People

Contributors

zomeru avatar

Watchers

 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.