Skip to content

ShioriLabs/preflightx

Repository files navigation

preflightx

Common React project scaffolding

Description

preflightx is a project template that makes starting a new project a bit easier. preflightx includes TypeScript, ESLint with StandardJS, Tailwind, and React with Next.js to make sure a project development is fun and easy

Getting Started

Make sure you have degit installed on your system

  1. Make a new folder for your project and cd into it

  2. Get a copy of this repository with degit

degit ShioriLabs/preflightx

  1. Install the project with npm install

  2. Just npm run dev, and you're good to go!

All scripts can be started can be seen in package.json

License

MIT