Common React project scaffolding
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
Make sure you have
degit
installed on your system
-
Make a new folder for your project and
cd
into it -
Get a copy of this repository with
degit
degit ShioriLabs/preflightx
-
Install the project with
npm install
-
Just
npm run dev
, and you're good to go!
All scripts can be started can be seen in package.json
MIT