Skip to content

Instantly share code, notes, and snippets.

@anistark
Last active October 10, 2015 17:03
Show Gist options
  • Save anistark/f641a6ca57265ae5a7b0 to your computer and use it in GitHub Desktop.
Save anistark/f641a6ca57265ae5a7b0 to your computer and use it in GitHub Desktop.
Creating new project in nodejs and express

express -c stylus <project_name>

cd <project_name>

npm install

npm start

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