Skip to content

Harnytskyi/shkola1010_public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular lessons

Current project is internship2018-1

What you need to build the project

In order to build internship2018-1, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported.

For Windows, you have to download and install git and Node.js.

How to build local copy of the project

  1. Make your fork for current repository
  2. Run command
git clone <path-to-your-fork-repository>
  1. Install webpack version 3 and http-server globally
npm install webpack@3 http-server --global
  1. Now make sure you have webpack and http-server installed by testing:
webpack --version
http-server --help
  1. Using Visual studio code open /shkola1010_public/internship2018-1 folder
  2. Install your dependencies and development dependencies
npm install
  1. Build the project
npm run build
  1. Start the project
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.6%
  • HTML 15.7%
  • JavaScript 11.4%
  • CSS 3.3%