This is a boilerplate for React projects. It includes the following:
- React
- React Router
- Recoil
- Typescript
- Emotion-Styled
- Vite
- Clone this repo
- Run
yarn
to install dependencies - Run
yarn dev
to start the dev server - Run
yarn build
to build the project
- Edit
index.html
meta tags - Edit
src/App.Theme.tsx
for global styles throughout the page. - Edit
src/layout/Navigation.tsx
for the navigation bar. Default Navigation bar is present - Edit
src/layout/Footer.tsx
for the footer. Default Footer is present - Edit
src/routes/index.tsx
for adding new pages to the project. Default Home page is present with a empty page as well as an Error Page. - Default Components are provided such as
Button
,Input
,Loader
,Pill
,Segment
,Select
andText
but feel free to edit or remove them.