Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dva | 16,121 | 2,646 | 537 | 5 days ago | 80 | December 15, 2020 | 20 | mit | JavaScript | |
🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo) | ||||||||||
Zero | 5,832 | 7 | 3 | 3 months ago | 169 | May 11, 2020 | 84 | apache-2.0 | JavaScript | |
Zero is a web server to simplify web development. | ||||||||||
Aleph.js | 5,063 | 10 hours ago | 5 | November 12, 2021 | 86 | mit | TypeScript | |||
The Full-stack Framework in Deno. | ||||||||||
React Firebase Starter | 4,447 | 2 | 2 months ago | 25 | July 22, 2016 | 135 | mit | JavaScript | ||
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay | ||||||||||
Frontend Boilerplate | 3,002 | 5 years ago | 19 | JavaScript | ||||||
webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore) | ||||||||||
React Isomorphic Starterkit | 2,334 | 5 years ago | 73 | March 06, 2016 | 19 | other | JavaScript | |||
Create an isomorphic React app in less than 5 minutes | ||||||||||
React Figma | 2,203 | 1 | 4 | 8 days ago | 110 | June 29, 2022 | 41 | mit | TypeScript | |
⚛️ A React renderer for Figma | ||||||||||
React Dashboard | 1,470 | 3 months ago | 40 | JavaScript | ||||||
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥 | ||||||||||
Livereactload | 875 | 212 | 58 | 4 years ago | 50 | April 11, 2019 | 13 | mit | JavaScript | |
Live code editing with Browserify and React | ||||||||||
React Webpack Typescript Starter | 867 | a month ago | 5 | November 09, 2018 | mit | JavaScript | ||||
(DEPRECATED) Minimal starter with hot module replacement (HMR) for rapid development. |
A Vite + React starter template.
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
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.
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. |
Vite Template React is built and maintained by Safdar Jamal.
This project is licensed under the terms of the MIT license.