All Projects → chuntley → react-boilerplate

chuntley / react-boilerplate

Licence: MIT license
React 18, React-Router, Typescript, Vite, Babel 7, React-Testing-Library, Vitest

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-boilerplate

react-learning-resources
A curated list of resources to learn React and related web technologies as fast as possible.
Stars: ✭ 65 (+140.74%)
Mutual labels:  react-router, react-testing-library
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-25.93%)
Mutual labels:  react-router, react-testing-library
glific-frontend
Frontend for the Glific platform
Stars: ✭ 18 (-33.33%)
Mutual labels:  react-router, react-testing-library
use-route-as-state
Use React Router route and query string as component state
Stars: ✭ 37 (+37.04%)
Mutual labels:  react-router
sustainatives
Mobile App
Stars: ✭ 14 (-48.15%)
Mutual labels:  react-router
jplayer-skin-audiocheck
A responsive HTML5 jPlayer skin with playlist.
Stars: ✭ 16 (-40.74%)
Mutual labels:  vitejs
avatar
Simple online tool for cropping images from an URL, your clipboard, or your disk.
Stars: ✭ 63 (+133.33%)
Mutual labels:  vitejs
React Router Last Location
Provides access to the last location in react + react-router (v4.x, v5.x) applications. ❤️ Using hooks? useLastLocation | 💉 Using HOC? withLastLocation
Stars: ✭ 251 (+829.63%)
Mutual labels:  react-router
react-universal-app
Library for building a single-page application with Universal React component(s) and React Router.
Stars: ✭ 14 (-48.15%)
Mutual labels:  react-router
insta-share
Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS
Stars: ✭ 53 (+96.3%)
Mutual labels:  vitejs
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (+14.81%)
Mutual labels:  react-router
js from routes
🛣️ Generate path helpers and API methods from your Rails routes
Stars: ✭ 75 (+177.78%)
Mutual labels:  vitejs
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+6055.56%)
Mutual labels:  vitejs
workshop
React Workshop
Stars: ✭ 13 (-51.85%)
Mutual labels:  react-router
listen-music
使用React全家桶开发的音乐WebApp,用来学习React。数据来源于QQ音乐的API,UI同样参考QQ音乐。仅供学习使用。
Stars: ✭ 38 (+40.74%)
Mutual labels:  react-router
react-relay-example
Example project how to use React, Relay and TypeScript
Stars: ✭ 27 (+0%)
Mutual labels:  react-router
xstate-react-router
XState connector to React Router.
Stars: ✭ 23 (-14.81%)
Mutual labels:  react-router
vue-next-admin
🎉🎉🔥基于vue3.x 、Typescript、vite、Element plus等,适配手机、平板、pc 的后台开源免费模板库(vue2.x请切换vue-prev-admin分支)
Stars: ✭ 1,002 (+3611.11%)
Mutual labels:  vitejs
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+1214.81%)
Mutual labels:  react-router
react-animated-router
Dynamic transitions with react-router(v6) and react-transition-group
Stars: ✭ 52 (+92.59%)
Mutual labels:  react-router

React Boilerplate

Build

Installation

Requires Node >=14.x

Install Yarn:

https://yarnpkg.com/lang/en/docs/install/

Clone and install Yarn dependencies:

$ git clone [email protected]:chuntley/react-boilerplate.git
$ cd react-boilerplate
$ yarn

Development

To lift the dev server (default port 3000) with hot module reloading.

$ yarn dev

The application can be reached at http://localhost:3000

Build

To bundle the React application

$ yarn dist

Testing

# run all tests including coverage report and linting
$ yarn test

# run tests in watch mode
$ yarn test:watch

# run single test without coverage or linting
$ yarn test:lite

Linting

$ yarn lint
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].