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.
https://foxite-skeleton.vercel.app/
First, run the development server:
npm run devor
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start developing by modifying ./src/pages/index.tsx.
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