0.3.3 • Published 2 months ago

@gabrielhgobi/start-ds v0.3.3

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

🚅 Quick start

  1. Placeholder

    Placeholder

🔎 What's inside?

A quick look at the top-level files and directories included with this template.

.
├── node_modules
├── src
├── .babelrc.json
├── .gitignore
├── .prettierignore
├── .prettierrc
├── LICENSE
├── package.json
├── rollup.config.mjs
├── vite.config.js
├── yarn.lock
└── README.md
  1. node_modules: This directory contains all of the modules of code that your project depends on (npm packages).

  2. src: This directory will contain all of the code related to what you will see on your application.

  3. .babelrc.json: This file tells babel which presets and plugins to use when transforming your code.

  4. .gitignore: This file tells git which files it should not track or maintain during the development process of your project.

  5. .prettierignore: This file tells prettier which files it should not format.

  6. .prettierrc: This file tells prettier which rules to use when formatting your code.

  7. LICENSE: The template is licensed under the MIT licence.

  8. package.json: Standard manifest file for Node.js projects, which typically includes project specific metadata (such as the project's name, the author among other information). It's based on this file that npm will know which packages are necessary to the project.

  9. rollup.config.mjs: This file tells rollup which plugins to use when bundling your code.

  10. yarn.lock: This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (Do not change it manually).

  11. vite.config.js: This file tells Vite which plugins to use when bundling your code.

  12. README.md: A text file containing useful reference information about the project.

Contribute

Placeholder

0.3.0

2 months ago

0.3.2

2 months ago

0.3.1

2 months ago

0.3.3

2 months ago

0.2.6

2 months ago

0.2.5

2 months ago

0.2.4

2 months ago

0.2.1

2 months ago

0.2.0

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.1.0

2 months ago