Skip to content

Instantly share code, notes, and snippets.

@allanjos
Last active November 5, 2018 18:09
Show Gist options
  • Save allanjos/c947ef211192c9e253769115ee2cf85f to your computer and use it in GitHub Desktop.
Save allanjos/c947ef211192c9e253769115ee2cf85f to your computer and use it in GitHub Desktop.
Fedora / AngularJS

Install Node and dependencies:

sudo dnf install nodejs

sudo dnf install npm

sudo npm install -g yo grunt-cli bower

sudo npm install -g generator-angular

Create project:

mkdir project_angularjs

yo angular project_angularjs

npm install

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