Skip to content

alexeyuzlov/frontend-starter

Repository files navigation

Frontend Starter

Overview

Frontend Starter is a simple, pre-configured setup for frontend development using TypeScript and SCSS. It provides essential tools and configurations to kickstart your project with ease.

Features

  • TypeScript: For robust, type-safe JavaScript development.
  • SCSS: For enhanced CSS with variables, nesting, and mixins.
  • Live Development Server: Instant updates during development.
  • Production Builds: Optimized assets ready for deployment.
  • Linting: Maintain code quality and consistency.

Setup

  1. Install dependencies:
    npm install

Development

Start the development server with live reloading:

npm start

Building the Project

  • For development builds:
    npm run build:dev
  • For production builds:
    npm run build:prod

Continuous Integration (CI)

Run all necessary checks and builds for CI:

npm run ci

Linting

Check and fix code quality issues:

npm run lint

Contributing

Contributions are welcome! Open issues or submit pull requests to enhance this starter.

License

This project is licensed under the MIT License.


Happy coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published