Skip to content

This project is meant to boost your development when creating a new app with React18

License

Notifications You must be signed in to change notification settings

razvan-rosu/react18-boilerplate

Repository files navigation

React18 Boilerplate

This project's sole purpose is to speed up your react app development offering an up to date build setup.

Technology Stack:

  • ReactJS
  • React Router
  • Context API
  • Portal
  • React Query
  • TailwindCSS
  • ViteJS
  • ESlint
  • Prettier

Attention!

Version 1.1.0 is using components from a local component library. You will need to have this repo side-by-side with project. If you do not want this setup, you can simply remove component-library from package.json and project files, OR checkout version 1.0.0


Installing the project

npm install


Running the project

For local development:

npm run dev

Build for production:

npm run build

Run production build locally (after build):

npm run preview

About

This project is meant to boost your development when creating a new app with React18

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published