Code Monkey home page Code Monkey logo

typescript-boilerplate's Introduction

This project ISN'T suitable for React development!

I set this up to be used in the development of console applications!

If you're looking for a React boilerplate, this project doesn't supply your needs.

TypeScript Boilerplate by iLuiizUHD

This project was built to help new developers (or some more experienced developers) to get started easily and reliable in a new TypeScript project, providing a bunch of features that helps development and building for deploy!

These are the features this repository provides:

  • ESLint (AirBnb style)
  • Prettier
  • EditorConfig
  • WebPack
  • Complete tsconfig.json file

ESLint

✔ This project comes with ESLint fully set up, no time wasted setting up this.

Prettier

✔ Fully set up to quickly turn your code into a masterpiece.

Quick note: If you're using VSCode, remeber installing both ESLint and Prettier extensions and setting up you VSCode to automatically fix the code when you save it

WebPack

✔ Build your entire codebase into a single ES6 file, wich you can start by running node dist/index.js

Commands available

setup-npm: Installs everything you need to begin your project:

$ npm run setup-npm

setup-yarn: If your the kind which use Yarn (by the way, you're completely right in doing this) you could run:

$ npm run setup-yarn

dev: Starts a nodemon to run you app in development mode

$ npm run dev
# or
$ yarn dev

build: Builds your project for production, the files will be located in dist directory

$ npm run build
# or
$ yarn build

check-updates: Checks for updates in dependencies

$ npm run check-updates
# or
$ yarn check-updates

update: Apply the updates and run npm to install

$ npm run update
# or
$ yarn update

typescript-boilerplate's People

Contributors

luizfx22 avatar

Stargazers

 avatar  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.