This repository is a group of boilerplates including some good practises and tips that you can follow in your projects. There are different technologies separated by branches but with similar structures to write scalable applications. Some of them include JavaScript, TypeScript, Vue or React. Click on the logos to navigate through them.
Most relevant technologies used in the Boilerplate:
- Express: The Node Framework.
- TypeScript: All the code uses TypeScript.
- SASS: Scss structure with good practises.
- Linting: Linting for JavaScript and SASS.
- BEM (Non strict) + BEMIT: Some conventions for CSS classes.
Before start download or clone the boilerplate. Install all the dependencies.
$ npm installRun the project for local development.
$ npm startBuild the project for a production environment.
$ npm run buildThis project is possible thanks to the contributors.
Quique Fdez Guerra 📦 💻 🔧 |
Sabrina Pertusatti 💻 |
Víctor Gámez 💻 |
Alex Kryzhanovskyy 💻 |
Juan Carlos 💻 |
-
basic: Basic SPA example with SCSS and ES6.

-
vue: Vuejs example with SCSS and TypeScript.

-
react: React example with SCSS and TypeScript.

-
phaser: Phaser example using TypeScript and React.

-
ts: TypeScript example with SCSS.

-
nuxt: Nuxt example with SCSS and TypeScript.

-
node-ts: Backend and TypeScript example with SCSS and Nodejs.






