hildebrandosegundo / banco-de-questoes-2

This system is a simple creator of questions and tests for students of Prefeitura Municipal de Teresina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular and Webpack Skeleton

Install

Install globally webpack-dev-server:

npm install -g webpack-dev-server

For Angular 4 use:

Clone this repository, remove .git dir and run npm install:

git clone https://github.com/hildebrandosegundo/banco-de-questoes-2.git
cd banco-de-questoes-2
npm install

Usage

Create your app in src diretory.

Commands:

  • npm start - run developer server in port 8080
  • npm run build - run de build tasks to production (in dist directory)
  • npm test - run de tests

Contributing

Only send PRs to this repository.

About

This system is a simple creator of questions and tests for students of Prefeitura Municipal de Teresina


Languages

Language:TypeScript 37.3%Language:HTML 28.3%Language:CSS 28.1%Language:JavaScript 6.3%