Quantcast
Channel: Eureka! » Grunt
Viewing all articles
Browse latest Browse all 5

Build an AngularJS webapp using Yeoman

$
0
0

We get the Yeoman working last time.

 

Now, we can use Yeoman to scaffold a AngularJS project. =)

1. Install the angular webapp generator.

npm install -g generator-angular

 

2. Create your project folder. I use eureka in the following example.

mkdir eureka

 

3. Change to the new created directory.

cd eureka

 

4. Scaffold the AngularJS webapp.

yo angular

angular-on-yeoman-1
 

5. Test if your installation is working by starting the grunt server.

grunt server

 

6. Check it out.
angular-on-yeoman-2
 

Done =)


Filed under: Web Development Tagged: AngularJS, Grunt, Javascript, Yeoman, Yo

Viewing all articles
Browse latest Browse all 5

Trending Articles