Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.95 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.95 KB

Finsweet Developer Starter

A starter template for both Client & Power projects. This project contains:

  • Preconfigured development tools:

    • Typescript: A superset of Javascript that adds an additional layer of Typings, bringing more security and efficiency to the written code.
    • Prettier: Code formating that assures consistency across all Finsweet's projects.
    • ESLint: Code linting that enforces industries' best practises.
    • ESBuild: Javascript bundler that compiles, bundles and minifies the original Typescript files.
  • Learning resources for new team members:

How to start

The quickest way to start developing a new project is by creating a new repository from this template.

After that, open the new repository in your terminal and install the NPM packages by running:

npm install

If this is your first time using this template, check out the Resources section on this README and the boilerplate in the src/index.ts file. Otherwise, feel free to remove them!