This source is designed to prevent developers from doing things over and over again.
- Logging system
- Environment system
yargs
dotenv
tslog
eslint
eslint-config-airbnb-base
eslint-config-prettier
eslint-formatter-pretty
eslint-plugin-eslint-comments
eslint-plugin-import
eslint-plugin-prettier
eslint-plugin-promise
eslint-plugin-unicorn
npm-run-all
nodemon
prettier
rimraf
We recommend you to install these extensions.
- Extension
prettier
(esbenp.prettier-vscode
) - Extension
todo highlight
(wayou.vscode-todo-highlight
) - Extension
eslint
(dbaeumer.vscode-eslint
)
npm run install
npm run start
npm run dev
npm run fix
- Install dependencies by using this script
- Rename the
.env.development example
file to.env.development
- Start development by using this script
- Code somethings...
- Rename the
.env example
file to.env
- Start the project by using this script
If you installed "TODO Highlighting" extension, you can use these prefixes:
TODO:
Something that should be done.BUG:
Use this prefix if you write something about the bug.REVIEW:
Something that should be reviewed.NOTE:
Something that should be noted.
This project licensed with MIT
license