This is a sample Hoagie front-end application to get an idea of how one can work on frontend projects at Hoagie.
To start, make sure you install the following:
- git
- Node.js
- yarn
- Visual Studio Code with the following extensions:
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.