This is a frontend template that i've built, to use in my projects, of college, personal, or even in
professional.
I've started this react project using Vite
, with the template of Typescript
and here, we
have linting with eslint
, editor config
and prettier.
I've been dealing with requests using axios
and with styles, using styled-components.
For routes, i'm using react-router-dom.
Testing with Vitest
,Jest
and React Testing Library
,
- Install dependencies
- Execute server
- Production server
Run yarn
or yarn install
to install all dependencies.
Run yarn start
to run server in the port 3000 of localhost.
Run yarn build
to generate a build folder, that gonna be used in production.