Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

ioitua/web-english

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All you need to know about English

Author's solution of Stage 1 of IOIT Web. More on the site of olympiad.

Preview

How To

To start clone or download project and install all dependencies:

$ npm install
$ bower install

To build web page run:

$ gulp build

To serve project and open browser run:

$ gulp server

To develop just run:

$ gulp

More about Gulp