Coder Social home page Coder Social logo

isavailable's Introduction

typescript-bolierplate

clone을 하고나서 yarn과 npm 둘중 선호하는 것을 이용해서 install을 해줍니다.

yarn install  // yarn 일 경우
npm install   // npm 일 경우

Recommendations

  • IDE - vscode
  • node -v 16
  • src/main.ts -> default configuration

Explanation

1. Prettier

.prettierrc을 이용해서 prettier의 설정을 바꿀 수 있습니다.
기본적으로 많이 사용하는 것을 이용했습니다.

https://prettier.io/docs/en/index.html

2. Eslint

.eslintrc.js을 이용해서 eslint의 설정을 바꿀 수 있습니다.
airbnb를 사용했습니다. 기본적으로 리액트가 아닌 node에 초점을 두었습니다.

https://github.com/eslint/eslint

3. nodemon

nodemon.json을 통해서 nodemon의 설정을 바꿀 수 있습니다.
기본적으로 ts,json만 변화를 감지하도록 했습니다. https://github.com/remy/nodemon#nodemon

Usage

컴파일과 함께 실행

yarn start    //yarn 일 경우
npm run start // npm 일 경우

파일감지(nodemon)실행

yarn dev     // yarn 일 경우
npm run dev  // npm 일 경우

isavailable's People

Contributors

youngkyo0504 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.