To begin, lets use express to create an app. Create a directory for your app, open terminal, cd into the directory and run following command: [code lang=”javascript”] express react-node –hogan [/code] Hogan.js is a compiler for the Moustache templating language. Switch directory to /react-node [code lang=”javascript”] cd react-node [/code] and run command to install allread more
