This project was created with Parcel using this build.
- Make sure that you are using LTS-version Node.js. Download and install if you need.
- Install all dependences via terminal by command
npm install
. - To start project (or to start dev mode) use
npm start
command.