Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create package.json and make the code execute with npm start #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flyjwayur
Copy link
Member

It creates package.json file and 'npm start's command line starts 'index.js' ;)

We can work on two more things in the Gregor's guidance in the near future :D

  1. to create a folder, use the mkdirp package
  2. to create a file, use the built-in fs module. The fs.writeFile is probably the method you want to create the package.json file

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.

1 participant