Vite Template React

A Vite + React starter template.
Alternatives To Vite Template React
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Dva16,1212,6465375 days ago80December 15, 202020mitJavaScript
🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
Zero5,832733 months ago169May 11, 202084apache-2.0JavaScript
Zero is a web server to simplify web development.
Aleph.js5,063
10 hours ago5November 12, 202186mitTypeScript
The Full-stack Framework in Deno.
React Firebase Starter4,44722 months ago25July 22, 2016135mitJavaScript
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Frontend Boilerplate3,002
5 years ago19JavaScript
webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
React Isomorphic Starterkit2,334
5 years ago73March 06, 201619otherJavaScript
Create an isomorphic React app in less than 5 minutes
React Figma2,203148 days ago110June 29, 202241mitTypeScript
⚛️ A React renderer for Figma
React Dashboard1,470
3 months ago40JavaScript
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Livereactload875212584 years ago50April 11, 201913mitJavaScript
Live code editing with Browserify and React
React Webpack Typescript Starter867
a month ago5November 09, 2018mitJavaScript
(DEPRECATED) Minimal starter with hot module replacement (HMR) for rapid development.
Alternatives To Vite Template React
Select To Compare


Alternative Project Comparisons
Readme

Vite Template React

GitHub Release (latest by date) License

A Vite + React starter template.

Vite Template React

Folder Structure

No configuration or complicated folder structures, just the files you need to build your app:

vite-template-react
 node_modules
 public
    favicon.svg
    robots.txt
 src
     App.css
     App.jsx
     index.css
     index.jsx
     logo.svg
 .gitignore
 index.html
 package.json
 README.md
 vite.config.js

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/vite-template-react.git
cd vite-template-react

Make it your own:

rm -rf .git && git init && npm init
git add .
git commit -m "Initial commit"

Install dependencies:

npm i

Now, you can start a local web server by running:

npm start

And then open http://localhost:3000 to view it in the browser.

Available Scripts

In this project, you can run the following scripts:

Script Description
npm run dev Runs the app in the development mode.
npm run build Builds the app for production to the dist folder.
npm run serve Serves the production build from the dist folder.

Credits

Vite Template React is built and maintained by Safdar Jamal.

License

This project is licensed under the terms of the MIT license.

Popular Reactjs Projects
Popular Hot Module Replacement Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Reactjs
Hot Module Replacement