FamousSoda

Famous Soda Website

This is a private repository for famous soda website

Preview

Website Preview

Download and Installation

To modify/edit/play with this website follow this simple procedure

Usage

Basic Usage

After downloading, feel free to edit any file in the public directory. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

Clone the source files of the theme and navigate into the theme’s root directory. Run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. To apply changes permanently to the project edit the files in src and run npm build to update the public folder any previous changes to the public folder are going to be destroyed use npm start and visit http://localhost:3000/

Even More Advanced

You must have npm installed in order to use this build environment.

New to git?