A simple way to share problems.
Table of Contents
1. Requirements
The project needs Node.js to be installed on your system. It was tested with version 12 and newer.
2. Quick Start
-
Clone the repository into a new folder for your new project.
git clone git@github.com:Avanod/frame.git my-project
-
Install needed dependencies
-
Run webpack
The
devcommand will start a dev server and watch for code changes in JS and SCSS files. Hot reloading is enabled, so that any change will be visible in your browser as you type.For production usage, run the
buildcommand and everything you need gets packed together into thepublicdirectory. You can upload the content to any hosting provider, without further modifications.