miguelpel / hangedGame

html narrative mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate for OOP in Javascript

This minimal boilerplate worl with Babel and Webpack to implement a OOP workflow

Getting Started

Everything is set up. run:

npm run build

in the console at the root of the project.

Change the package.json, with your project's name.

Follow the index.js and Component.js templates for creating OOP files in the src folder.

Prerequisites and installing

You need to have Node and NPM installed.

node: https://nodejs.org/en/

then, install webpack and webpack-cli globally:

npm install webpack webpack-cli -g

Then, install Babel-cli and Babel-preset-env:

npm install babel-cli babel-preset-env -g

Deployment

live server and deployment from the dist folder

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

html narrative mail


Languages

Language:JavaScript 100.0%