This project was created to disclose the shop the Miss Fantasy Store. It's a shop of fantasies to parties and cosplays.
Is need that you have node 12+
in your machine.
Before start, run the following commands:
$ npm install --global yo gulp-cli generator-webapp
This is necessary to have all global packages installed to use Yeoman Gulp Webapp the boilerplate what this project is based.
In the first moment, clone this project:
$ git clone git@github.com:celsofabri/missfantasystore.git
- To install dependencies in the project:
$ yarn
# or npm install
- To run the project:
$ yarn start
# or npm run start
- To build the project:
$ yarn build
# or npm run build
This project uses gh-pages from GitHub as hosting. After making your changes, you need run:
$ yarn deploy
This command will make the automatic deploy of the branch gh-pages
and your site will be automatically published.