GithubHelp home page GithubHelp logo

my-specialists's Introduction

Installation

To install this application you need to run following commands


Clone the repository :

git clone https://github.com/sludwikowski/my-specialists/tree/master

Install dependencies using Yarn or NPM or PNPM :

# using pnpm
pnpm install

# or using yarn
yarn install

# or using npm
npm install

Start : Development

To develop and run your web application, you need to run following command :

# using pnpm
pnpm start

# or using yarn
yarn start

# or using npm
npm run start

Lint : Development

To lint application source code using ESLint via this command :

# using pnpm
pnpm lint

# or using yarn
yarn lint

# or using npm
npm run lint

Build : Production

Distribution files output will be generated in dist/ directory by default.

To build the production ready files for distribution, use the following command :

# using pnpm
pnpm build

# or using yarn
yarn build

# or using npm
npm run build

Serve : Production

Serve helps you serve a static site, single page application or just a static file. It also provides a neat interface for listing the directory's contents. This command serves build files from dist/ directory.

# using pnpm
pnpm serve

# or using yarn
yarn serve

# or using npm
npm run serve

Webpack Configurations

To make it easier for managing environment based webpack configurations, i am using separated development and production configuration files, they are available in :

# Development webpack config
tools/webpack/webpack.config.dev.js

# Production webpack config
tools/webpack/webpack.config.prod.js

For further information, you can visit Webpack Configuration

Branch Name Convention

I am using specific branch naming conventions to organize our work and make it easier to understand the purpose of different branches:

  • development: This branch is used for development. All the new features and bug fixes should be merged into this branch.

  • master: This branch is used for production. Only fully tested code from the development branch should be merged into master.

  • MS-{id}/Name: These branches are used for specific tasks or features. The {id} should be replaced with the task number or ID, and Name should be replaced with a short descriptive name for the task. For example, MS-123/AddLoginFeature could be a branch for adding a new login feature.

my-specialists's People

Contributors

sludwikowski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.