Skip to content

sayus2884/foxite

Repository files navigation

Foxite Logo

Foxite

Foxite is a React project boilerplate that leverages features from Typescript, Next JS, MUI, and Tailwind CSS so you can focus on building your web app with an already built foundation and deploy it with little to no hassle.

Demo

https://foxite-skeleton.vercel.app/

Getting Started

First, run the development server:

npm run dev

or

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start developing by modifying ./src/pages/index.tsx.

Maximizing Development Experience

To use the tools effectively, use a code editor that supports snippets, auto completes, and tooltip docs. A very good editor is VS Code which has a lot of useful extenstions. Here are some noteable ones that can make development experience much more convenient:

  • JavaScript and TypeScript Nightly
  • ES7+ React/Redux/React-Native snippets
  • Auto Import - ES6, TS, JSX, TSX
  • Auto Rename Tag
  • Add jsdoc comments
  • Better Comments
  • Paste JSON as Code
  • Prettier - Code formatter
  • Quokka.js
  • vscode-styled-components
  • GitLens
  • Color Picker

About

A React boilerplate for building and deploying web apps fast using Next Js, MUI, and Tailwind CSS.

Topics

Resources

License

Stars

Watchers

Forks

Contributors