I made this for you.
- Clone this project
git clone https://github.com/shidoitsuka/bucin.git
- Edit
config.js
file - Edit
variables.js
file insideassets/
folder - Open
config.js
and fill the host and port (if needed) - Open
variables.js
and fill the required variables (examples in the file) - Open your command prompt/terminal and install the required dependencies :
#################################
# Install required dependencies #
#################################
$ yarn
# OR #
$ npm install
##############################################################
# Serve with hot reload at {host}:{port} from config.js file #
##############################################################
$ yarn dev
# OR #
$ npm run dev
#####################
# For deploying, do #
#####################
$ yarn build
# OR #
$ npm run build
Feels like contributing to this project? Great! Fork it, make sure your stuffs are working well, make a PR with detailed information.
Don't forget about comments!
This project is licensed under MIT License. You are free to use it! But don't forget to credit me "somewhere". ♥