Skip to content

nghieptd/training-project-template

 
 

Repository files navigation

Training project template user guide

Prerequisite

Work with repository

  • Create your own github account
  • Fork this repository to your account repository
  • Clone project repository from your account to local
  • Open visual studio code or command prompt
  • Navigate to local repository
  • Run cmd "npm install" in vscode terminal or command prompt
  • After npm install run successful, run cmd "npm start" to start compiling and bundling js and scss files.

Notes

  • File without prefix underscore "_" are public files (Example: home-page.ts, home-page.scss). Webpack only transpile these files to js or css in "dist" folder.
  • Files with prefix underscore "_" are internal files. These files are imported in public file. Webpack is not transpile these files to js or css in "dist" folder.
  • This project is using ESlint with Airbnb JavaScript Style Guide for checking consistent of coding convention. More info about Airbnb JavaScript Style Guide here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • CSS 12.2%
  • TypeScript 8.2%
  • HTML 1.1%