Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 595 Bytes

gogotequila.com

Website for https://gogotequila.com


To start the project for local testing, run

npm run dev

This will start the development server on your computer, and can access your site through https://localhost:5000/. While running the development server, you can do changes to any part of the code and the site should automatically reload in your browser.


To start the project in production mode, run:

npm start

To build static html/css/javascript files which could be served through any web server like nginx or apache, run:

npm run build