Common TypeScript project scaffolding
preflight
is a project template that makes starting a new project a bit easier. preflight
includes TypeScript, ESLint with StandardJS, and Nodemon 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/preflight
-
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