Skip to content

Definitions game based on television dinamics to the learning of security and responsible use of the Internet and ICT. http://educainternet.es/elab

License

Notifications You must be signed in to change notification settings

aemartos/definitions_game

 
 

Repository files navigation

Definitions Game

Based on Webpack 4 Boilerplate

https://github.com/ebarra/webpack-boilerplate

Plain webpack 4 boilerplate with Babel, SASS

Requirements

You only need node.js pre-installed and you’re good to go.

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev

Deployment

Build the current application

$ npm run build

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes. When changes are made the bundle will be recompiled. This modified bundle is served from memory at the relative path specified in publicPath.

About

Definitions game based on television dinamics to the learning of security and responsible use of the Internet and ICT. http://educainternet.es/elab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • CSS 26.5%
  • HTML 8.1%