saritasa-nest / camp-js-2022-andrey-skripachev

Andrey-Skripachev Repository For Camp-Js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saritasa-frontend-boilerplate-camp

Monorepo with Angular, React, Vanilla TS boilerplates for JS camp. Created with Nx. Update project name and description, when you start working on your own project.

Installation

npm install to install all required dependencies.

Usage

Development

Run command to start development server

npm run [project]:serve

Build

Run command to build the application.

npm run [project]:build

Linting

You can read about linting on the wiki.

To manually run eslint over your code, you can perform command in the terminal.

npm run [project]:lint

To manually run stylelint over your code, you can perform command in the terminal.

npm run [project]:stylelint

Workspace structure

Workspace consists of applications and libraries. A lib contains the actual logic that can be shared across the workspace. An application is an unit that link, bundle and compile functionality implemented in libraries for being deployed.

Applications

Libraries

About

Andrey-Skripachev Repository For Camp-Js


Languages

Language:TypeScript 84.5%Language:HTML 10.0%Language:CSS 5.0%Language:Shell 0.3%Language:JavaScript 0.1%