Skip to content

Step 1#2

Open
Tjebbee wants to merge 2 commits intomasterfrom
step-1
Open

Step 1#2
Tjebbee wants to merge 2 commits intomasterfrom
step-1

Conversation

@Tjebbee
Copy link
Owner

@Tjebbee Tjebbee commented Sep 8, 2019

No description provided.

@github-learning-lab
Copy link

Great that you make it to enable Travis CI here! 🎉

But you could later see that our test would be failing?
Don't worry this is by purpose!

Check the current branch locally and start to Apply the changes needed to make the test pass.

git fetch
git checkout step-1

Inside you're clone of the repository, of course 😉

You first need to create a file under src/index.js, this file should start an express server and that responds to the root url / with the body Hello World!. Ah and would be listen to the port 3000.

I know that is very little hint, but I'm confident that you can find the informations that you need.
Show me what can you do!

Maybe useful to know is that you can run the test locally!

npm run ci:test

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants