Skip to content

edmund735/hoagie-test-app

Repository files navigation

Hoagie Test App

This is a sample Hoagie front-end application to get an idea of how one can work on frontend projects at Hoagie.

Install the necessary tools

To start, make sure you install the following:

  1. git
  2. Node.js
  3. yarn
  4. Visual Studio Code with the following extensions:
    1. LiveShare
    2. ESLint (this is not being used currently but will be useful in the future)

Run the project

First, open the command line terminal and clone the repository in the directory of your choosing by typing

git clone [email protected]:HoagieClub/test-app.git

Then, open the new folder in Visual Studio code and through terminal. Once you're inside the folder (you can do e.g. cd test-app) run the following to install prerequisites and start the web server.

yarn
yarn dev

If everything is right, you should get the following:

...
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
...

Now, head to http://localhost:3000/ and ensure you see a sample Hoagie website. If everything works (except authentication), you're good to go.

About

Test Application for HoagieClub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •