Currently working on the intial release.
Standard Style: Javascript Standard Style Linter: ESLint Formatter: Prettier
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.