Skip to content

josetomashl/react-template

Welcome to my react-template 👋

Version Maintenance License: ISC

Basic template for React + ViteJS applications.

Install

npm install

Start application

npm run dev

Run linter

npm run lint

Run tests

npm run test

Build application

npm run build

Usage

Feel free to customize your own implementation of each component or configuration. I recommend having a look to every file to understand the basics of this template and how it works, and then, make all necessary changes.

What to do now?

Go find the following files to make this work for you and match you requirements:

  • Env vars: .env & .env.development
  • Axios instance configuration: /src/plugins/axios.ts
  • App router: /src/routes/index.tsx
  • Predefined constants: /src/plugins/constants/*.ts
  • Customize your assets: /src/assets/**/*.*

Author

👤 José Tomás Hernández López

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2024 José Tomás Hernández López.
This project is ISC licensed.

About

Basic template for web applications using ReactJS.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors