-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup + Config Backend Environment For Coding #2
Comments
setup nodejs project environmentinstall nodejs + ts + eslint + prettierIncludes the following toolkits configure ts using tsconfig.json fileTypeScript Compiler Configuration: module: Specifies the type of output module to be used, in this case CommonJS. ts-node Configuration: require: Use tsconfig-paths/register to handle aliases when running TypeScript code with ts-node. Related Files and Folders: files: Lists files used to define global styles for the project. configure eslint using the .eslintrc fileInstall ESLint Extensions: First, install the ESLint extension to your code editor. Create .eslintrc File: Use the touch .eslintrc command to create a new file named .eslintrc.
configure the prettier to automatically align the margins beautifully
editor to standardize when coding
add .gitignoreto avoid pushing unnecessary things to git configure nodemon.jsonFunctions:
configure package.json
|
No description provided.
The text was updated successfully, but these errors were encountered: