0.0.1 • Published 6 years ago
utility-styled v0.0.1
🍛 typescript-boilerplate
📦 Setup
🖥️ Development environment
- Run
$ git clone https://github.com/KumarAbhirup/typescript-boilerplate <PROJECT_NAME>
$ cd <PROJECT_NAME>
$ npm i
$ npm run dev⚒️ Linting
In VSCode
Install ESLint and Prettier VSCode extensions.
Done! Now you have live linting and autofixing setup!
In Any other IDE
Run
npm run lintto check for linting errors.Run
npm run lint:fixto fix the linting errors.
🦄 Info
- All your TypeScript code should lie in the
./srcdirectory. - The entrypoint is
index.ts. Never delete theindex.tsfile unless you know what you are doing is right. - The code is compiled in the
./distfolder and the real Node.js entrypoint is./dist/index.js. - To customize the linter, use
.eslintrcand.prettierrcfile. Learn more
📝 License
MIT - Source code by Kumar Abhirup
0.0.1
6 years ago