Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JS Starter

Run npm install and then npm run ...:

Command Description
start Start
build Build to dist dir
test Run tests
test:cov Run tests w/coverage
test:debug Run tests w/debugger

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
└── src
    ├── App.css
    ├── App.jsx
    ├── App.test.jsx
    ├── index.css
    ├── index.jsx
    └── logo.svg
    └── setupTests.js
├── .gitignore
├── index.html
├── package.json
├── vite.config.js

Credits

Customizations by Joel Burton (joel@rithmschool.com), based on the Vite Template React, which is built and maintained by Safdar Jamal.

License

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages