Common React project scaffolding
preflightx is a project template that makes starting a new project a bit easier. preflightx includes TypeScript, ESLint with StandardJS, styled-components, and React with Next.js to make sure a project development is fun and easy
Make sure you have
degitinstalled on your system
-
Make a new folder for your project and
cdinto 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