Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 954 Bytes

Welcome to the TravlPak App!

Currently working on the intial release.

Standard Style: Javascript Standard Style Linter: ESLint Formatter: Prettier

System Architecture System Architecture

Getting Setup:

In a new folder on the terminal run:

git init
git clone https://github.com/saehejkang/TravlPak.git

Next go into the directory created and then into folder with package.json:

cd TravlPak
cd travlpak

Once in this folder run:

npm i

This is to install of the dependencies needed to make the application work. Missing this step will cause compilation errors.

Finally:

npm start

And you should have the app opening up a window in your default browser to localhost:3000 which the application will be running on.